@extends('layouts.app') @section('content')

Add Bank Ledger

View Trash Delete All
@foreach ($BankLedgers as $BankLedger) @endforeach
Bank Deposit Withdraw Date Description Action
{{$BankLedger->Bank}} {{$BankLedger->Deposit}} {{$BankLedger->Withdraw}} {{$BankLedger->Date}} {{$BankLedger->Description}} {{ Form::close() }}
@endsection