@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Client Ledger @stop @section('content')

Client Ledger

{{ Form::select('clients', $clients,'',["class"=>'form-control filter select2', 'autofocus'=>'false', 'id'=>'clients']) }}
{{ Form::select('financial_year', $financial_year,'',["class"=>'form-control filter select2','autofocus'=>'false', 'id'=>'financial_year']) }}
{{--
--}}
{{ Form::open(["url"=>route('print-client-ledger-report'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('client','',['id'=>'client']) }} {{ Form::hidden('financial_year','',['id'=>'fyear']) }} {{ Form::close() }}
Date Remarks Db.Amt. Cr.Amt. Balance
Total Amount:
@include('common.modal.send_client_ledger_mail_confirm_model',['entity' => 'client_ledger'])
@stop @section('custom-scripts') @stop