@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 ASSESSMENT FORM: MR - 002

{{csrf_field()}}
@if ($errors->has('mrf_no')) {{ $errors->first('mrf_no') }} @endif
@if ($errors->has('mrf_no')) {{ $errors->first('mrf_no') }} @endif
@if ($errors->has('maf_no')) {{ $errors->first('maf_no') }} @endif
@if ($errors->has('property_code')) {{ $errors->first('property_code') }} @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('merging_value')) {{ $errors->first('merging_value') }} @endif
@if ($errors->has('merging_assessed_value')) {{ $errors->first('merging_assessed_value') }} @endif
@if ($errors->has('appraised_by')) {{ $errors->first('appraised_by') }} @endif
@if ($errors->has('assessment_amount')) {{ $errors->first('assessment_amount') }} @endif
YES :
NO :
@if ($errors->has('appraised_by_sale_agent')) {{ $errors->first('appraised_by_sale_agent') }} @endif
Rebate :
Cash:
@if ($errors->has('assessment_adjusted_against')) {{ $errors->first('assessment_adjusted_against') }} @endif
 
@stop @section('js') @stop