← Back to AR
@foreach ($entries as $e) @endforeach
Date Type Reference Amount Balance
{{ $e['date'] ? \Illuminate\Support\Carbon::parse($e['date'])->format('Y-m-d') : 'Opening' }} {{ $e['type'] }} {{ $e['ref'] }} Rs {{ number_format($e['amount'], 2) }} Rs {{ number_format($e['balance'], 2) }}