@if (Session::get('Restore'))
Restore!
{{Session::get('Restore')}}
@endif
@if (Session::get('RestoreAll'))
Restore All!
{{Session::get('RestoreAll')}}
@endif
@if (Session::get('PermanentDelete'))
Permanent Delete!
{{Session::get('PermanentDelete')}}
@endif
@if (Session::get('PermanentAllDelete'))
Permanent All Delete!
{{Session::get('PermanentAllDelete')}}
@endif
| Acount ID |
Date |
OpeningBalance |
ClosingBalance |
Status |
Action |
@foreach ($TrasedBalances as $TrashBalance)
| {{$TrashBalance->AcountID}} |
{{$TrashBalance->Date}} |
{{$TrashBalance->OpeningBalance}} |
{{$TrashBalance->ClosingBalance}} |
{{$TrashBalance->Status}} |
|
@endforeach