@extends('layouts/acc_layout') @section('title', '| Cash Book Report') @section('content')

Cash Book Report

{{--
--}} {{--
--}} {!! Form::open(array('url' => 'cashBookReport/', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'cashReportForm', 'method'=>'get')) !!} @if($user_branch_id==1)
{!! Form::label('', 'Project:', ['class' => 'control-label col-sm-12']) !!}

@endif @if($user_branch_id==1)
{!! Form::label('', 'Branch:', ['class' => 'control-label col-sm-12']) !!}
@endif @if($user_branch_id==1)
{!! Form::label('', 'Pro. Type:', ['class' => 'control-label col-sm-12']) !!}
@endif
{!! Form::label('', 'Vou. Type:', ['class' => 'control-label col-sm-12']) !!}


Warning: Undefined variable $softwareStartDate in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/reports/cashBookReport.blade.php on line 104

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/reports/cashBookReport.blade.php on line 104
{!! Form::label('from', 'From:', ['class' => 'col-sm-12 control-label']) !!}
{!! Form::text('dateFrom', $dateFromSelected, ['class' => 'form-control','style'=>'cursor:pointer', 'id' => 'dateFrom', 'readonly'])!!}


Warning: Undefined variable $softwareDate in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/reports/cashBookReport.blade.php on line 115

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/reports/cashBookReport.blade.php on line 115
{!! Form::label('from', 'To:', ['class' => 'col-sm-12 control-label']) !!}
{!! Form::text('dateTo', $dateToSelected, ['class' => 'form-control','style'=>'cursor:pointer', 'id' => 'dateTo', 'readonly'])!!}

{{--
--}}
{!! Form::label('', '', ['class' => 'control-label col-sm-12']) !!}
{!! Form::submit('Search', ['id' => 'ledgerReportSubmit', 'class' => 'btn btn-primary animated fadeInRight']); !!}
{!! Form::close() !!} {{--
--}} {{--
--}} {{-- end Div of ledgerSearch --}}

Warning: Undefined variable $searchedDateFrom in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/reports/cashBookReport.blade.php on line 156

Warning: Undefined variable $searchedDateFrom in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/reports/cashBookReport.blade.php on line 156
{{-- rowDiv --}}
{{-- printDiv --}}
@endsection