@if (Session::get('Restore_All'))
Restore All!
{{Session::get('Restore_All')}}
@endif
@if (Session::get('Restore'))
Restore!
{{Session::get('Restore')}}
@endif
@if (Session::get('Parmanent_Delete'))
Parmanent Delete!
{{Session::get('Parmanent_Delete')}}
@endif
@if (Session::get('Parmanent_All_Delete'))
Parmanent All Delete!
{{Session::get('Parmanent_All_Delete')}}
@endif
| Debit |
Credit |
Date |
Method |
Description |
Action |
@foreach ($TrashAccounts as $TrashAccount)
| {{$TrashAccount->Debit}} |
{{$TrashAccount->Credit}} |
{{$TrashAccount->Date}} |
{{$TrashAccount->Method}} |
{{$TrashAccount->Description}} |
|
@endforeach