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

Trash Account Ledger

Empty Trash Restore All
@foreach ($TrashAccounts as $TrashAccount) @endforeach
Debit Credit Date Method Description Action
{{$TrashAccount->Debit}} {{$TrashAccount->Credit}} {{$TrashAccount->Date}} {{$TrashAccount->Method}} {{$TrashAccount->Description}}
@endsection