@extends('layouts.print') @section('content')
| Date/Time | Received From | Amount | Received By |
|---|---|---|---|
|
{{$payment->created_at->format('d-M-Y')}} {{$payment->created_at->format('h:i:s A')}} |
{{$payment->pppUser['name']}} {{$payment->pppUser['comments']}} |
{{$payment->amount}} | {{$payment->user->first_name}} {{$payment->user->last_name}} |
| Total Collection of this month : {{$total}} | |||