@extends('layouts.app') @section('content')
@if (Session::get('Restore'))
Restore!
{{Session::get('Restore')}}
@endif @if (Session::get('Parmanent_Delete'))
Parmanent Delete!
{{Session::get('Parmanent_Delete')}}
@endif
@foreach ($BankLedgers as $TrashBankLedger) @endforeach
Bank Depositt Withdraw Date Description Action
{{$TrashBankLedger->Bank}} {{$TrashBankLedger->Deposit}} {{$TrashBankLedger->Withdraw}} {{$TrashBankLedger->Date}} {{$TrashBankLedger->Description}}
@endsection