transactions summary

@if (!$payments->isEmpty())
@foreach($payments as $payment) @endforeach
Payment ID Payment Date In Out Closing Balance Description Action
{{$payment->id}} {{$payment->created_at->format('d-m-Y')}} {{ $payment->in }} {{ $payment->out }} {{ $payment->closing_balance }} {{ $payment->description }} Invoice {{-- --}} {{-- Email--}} {{-- --}}
@else

You did not make any payments yet

@endif