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

Bill Ledger

{{ Form::select('clients', $clients, '',["class"=>'form-control filter select2','autofocus' => 'true', 'id' => 'clients']) }}
{{Form::text( 'start_date', $startDate, [ "class" => "form-control", "id" => 'startDate' ]) }}
{{Form::text( 'end_date', $endDate, [ "class" => "form-control", "id" => 'endDate' ]) }}
{{ Form::select('is_gst', $gstType, '',["class"=>'form-control filter select2','autofocus' => 'true', 'id' => 'is_gst']) }}
{!! Form::open(["url"=>route('print-bill'), "method"=>"POST", "target"=>"_blank", "id"=>"billPrintForm"]) !!} {{ Form::hidden('id','',['id'=>'billId']) }} {{ Form::hidden('template','',['id'=>'billTemplate']) }} {{ Form::hidden('month','',['id'=>'billMonth']) }} {!! Form::close() !!} {!! Form::open(["url"=>route('print.details.bill'),"method"=>"POST","target"=>"_blank"]) !!} {{ Form::hidden('id','',['id'=>'detailsBillId']) }} {{ Form::hidden('month','',['id'=>'detailsMonth']) }} {{ Form::close() }}
{{ Form::open(["url"=>route('print.bill.ledger'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('client','',['id'=>'client']) }} {{ Form::hidden('sdate','',['id'=>'sdate']) }} {{ Form::hidden('edate','',['id'=>'edate']) }} {{ Form::hidden('isgst','',['id'=>'isgst']) }} {{ Form::close() }}
Id Bill No. Type Name Date Amount Fuel Ch. CGST SGST / UTGST IGST Grand Total  
Total Amount:
@stop @section('custom-scripts') @stop