{{ __('Payment') }}

Autocomplete Search from Database

@csrf
@csrf
@if(isset($name))

{{$name}} --{{$car_model}}

@endif @if(isset($pay))
@foreach($pay as $value) @csrf @endforeach
# month_year monthly_outstanding intented_pay actual_pay actual_monthly_outstanding late Submit
{{$count}} {{$value->month_year}} {{$value->monthly_outstanding}} {{$value->intented_pay}} {{$value->actual_pay}} @if(!$value->actual_pay ) @elseif(isset($actualpay) and $value->id== $payid and $edit=='1') {{$edit}} @endif {{$value->actual_monthly_outstanding}} @if(!isset($value->late)) @else {{$value->late}} @endif @if(!isset($value->actual_pay)) @else Edit @endif
@endif