PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` @extends('layouts.app') @php $record = \App\Sale::latest()->count(); if ($record == 0) { $record = 0; } $sale_num = $record + 1; @endphp @section('content')

Add Sales Form

{{ csrf_field() }}
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
This number should be unique
@if ($errors->has('plot_no')) {{ $errors->first('plot_no') }} @endif
@if ($errors->has('rate')) {{ $errors->first('rate') }} @endif
@if ($errors->has('total_rate')) {{ $errors->first('total_rate') }} @endif
@if ($errors->has('target_booking')) {{ $errors->first('target_booking') }} @endif
@if ($errors->has('total_target_booking')) {{ $errors->first('total_target_booking') }} @endif
@if ($errors->has('discount')) {{ $errors->first('discount') }} @endif
@if ($errors->has('paid_amount')) {{ $errors->first('paid_amount') }} @endif
@if ($errors->has('due_amount')) {{ $errors->first('due_amount') }} @endif
@if ($errors->has('installment_number')) {{ $errors->first('installment_number') }} @endif
@if ($errors->has('installment_amount')) {{ $errors->first('installment_amount') }} @endif
@if ($errors->has('money_rec')) {{ $errors->first('money_rec') }} @endif
@if ($errors->has('Remark')) {{ $errors->first('Remark') }} @endif
@endsection @section('footer-script') @endsection