@extends('layouts.app') @section('title') Add New Merging @stop @section('breadcrumb') @stop @section('content')
@if($errors->any())

Errors

    {!! implode('', $errors->all('
  • :message
  • ')) !!}
@endif

MERGING PROPERTY REQUISITION ASSESSMENT FORM: MR - 001

{{csrf_field()}}
@if ($errors->has('mrf_no')) {{ $errors->first('mrf_no') }} @endif
@if ($errors->has('requested_by')) {{ $errors->first('requested_by') }} @endif
@if ($errors->has('contact_no')) {{ $errors->first('contact_no') }} @endif
@if ($errors->has('sale_agent_name')) {{ $errors->first('sale_agent_name') }} @endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('street')) {{ $errors->first('street') }} @endif
@if ($errors->has('phase')) {{ $errors->first('phase') }} @endif
@if ($errors->has('area')) {{ $errors->first('area') }} @endif
@if ($errors->has('demand_for_property')) {{ $errors->first('demand_for_property') }} @endif
@if ($errors->has('employee_id')) {{ $errors->first('employee_id') }} @endif

Visit Details:

@if ($errors->has('visit_time')) {{ $errors->first('visit_time') }} @endif
@if ($errors->has('contact_person_at_location')) {{ $errors->first('contact_person_at_location') }} @endif
@if ($errors->has('contact_person_no')) {{ $errors->first('contact_person_no') }} @endif
Yes :
No:
@if ($errors->has('requestor_accompanied')) {{ $errors->first('requestor_accompanied') }} @endif
 
@stop @section('js') @stop