@include('includes/header') @include('includes/sidebar')

Advance Payments

@if (\Session::has('success')) @endif @if (\Session::has('error')) @endif
@php $i = 0; @endphp @foreach($data as $val) @php $i++; @endphp @endforeach
S.No User Advance Payment Action
{{$i}} {{$val['FirstName']}} {{$val['LastName']}} {{$val['remaining_balance']}}
{{-- @if($val['Status'] == 0) @endif --}} {{-- --}} {{-- --}}
{{-- {{$data->render('custom_pagination')}} --}} {{ $data->appends(request()->except('page'))->render('custom_pagination') }}
@include('includes/footer')