@extends('layouts.app') @section('content')
@if (Session::get('Delete'))
Delete!
{{Session::get('Delete')}}
@endif @if (Session::get('DeleteAll'))
All Delete!
{{Session::get('DeleteAll')}}
@endif

AccountLedger List

View Trash
ID Debit Credit Date Method Description Action
@endsection