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

Detailed Bills Report

{{ Form::select( "current_month", $month, $current_month, [ 'class' => 'form-control filter', ] ) }}
{!! Form::open(["url"=>route('print.details.bill'),"method"=>"POST","target"=>"_blank"]) !!} {{ Form::hidden('id','',['id'=>'billId']) }} {{ Form::hidden('month','',['id'=>'month']) }} {{ Form::close() }}
Client Amount  
@stop @section('custom-scripts') @stop