@php use App\Http\Helpers\Helper; @endphp @extends('admin.layout.app') @section('title','Account Ledger Report') @push('headerscript') @endpush @section('content')

Account Ledger Report

{!! Form::select("account_id", $accounts, old("account_id"), ['class'=>'form-control', 'required', 'id'=>'account_id'] ) !!}
{!! Form::select("branch_id", Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
S.No. Date Description Voucher No. Type Credit Debit
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush