@if (Session::get('RestoreAll'))
Restore All !
{{Session::get('RestoreAll')}}
@endif
@if (Session::get('Restore'))
Restore!
{{Session::get('Restore')}}
@endif
@if (Session::get('Parmanentlly'))
Parmanentlly Delete!
{{Session::get('Parmanentlly')}}
@endif
@if (Session::get('emptyTrash'))
Epmty Trash!
{{Session::get('emptyTrash')}}
@endif
| Name |
Branch |
Account No |
Address |
Phone |
Email |
Action |
@foreach ($BankTrashed as $Bank)
| {{ $Bank->Name }} |
{{ $Bank->Branch }} |
{{ $Bank->AccountNo }} |
{{ $Bank->Address }} |
{{ $Bank->Phone }} |
{{ $Bank->Email }} |
|
@endforeach