@php $count = 1; @endphp @foreach ($bank_statement_upload_details as $key => $value) @php $count++; @endphp @endforeach
# Date Description Reference No Withdrawal Diposits Transection Type
{{ $count }} {{ $value->date }} {{ $value->description }} {{ $value->refno }} {{ $value->withdrawal }} {{ $value->deposits }} {{ $value->transection_type }}