@extends('layouts.app') @section('content')
@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

Bank Trash List

Empty Trash Restor All
@foreach ($BankTrashed as $Bank) @endforeach
Name Branch Account No Address Phone Email Action
{{ $Bank->Name }} {{ $Bank->Branch }} {{ $Bank->AccountNo }} {{ $Bank->Address }} {{ $Bank->Phone }} {{ $Bank->Email }}
@endsection