@php if(isset($_GET['projectId'])){ // dd($ledgerIdsArray); } @endphp @extends('layouts/acc_layout') @section('title', '| Cash And Bank Book Report') @section('content')

Cash And Bank Book Report

{{--
--}} {{--
--}} {!! Form::open(array('url' => 'cashNbankBookReport/', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'bankReportForm', '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('', 'Ledger:', ['class' => 'control-label col-sm-12']) !!}

{!! 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/cashNbankBookReport.blade.php on line 126

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/reports/cashNbankBookReport.blade.php on line 126
{!! 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/cashNbankBookReport.blade.php on line 137

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/reports/cashNbankBookReport.blade.php on line 137
{!! 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 --}}
{{-- rowDiv --}}
{{-- printDiv --}}
@endsection