@extends('layouts.staff-new') @section('content')

Loan Repayments

@forelse($pendingUploads as $upload) @if($upload->payment_proof) @else @endif @empty @endforelse
Ref Name Method Amount Payment Proof Collection date
{{$upload->id}} {{ $upload->user->name }} {{ $upload->collection_method == null ? 'No collection' : $upload->collection_method }} {{ number_format($upload->amount, 2) }}ViewNo proof{{$upload->collection_date}}
Data Unavailable
{{csrf_field()}}
{{csrf_field()}}
@endsection @section('page-js') @endsection