@extends('layouts/acc_layout') @section('title', '| Trial Balance') @section('content')
{{--
--}} {{--
--}}
{{--

Consolidate Trial Balance

--}}

Consolidate Trial Balance

{{--
kxghixd
--}}
@php //echo var_dump($projectMatchedId); //echo var_dump($vouchers); // echo $projectSelected."
"; // echo $projectTypeSelected."
"; // echo $branchSelected."
"; //echo $fiscalYearId."
"; @endphp
{!! Form::open(['url' => 'trialBalanceReport','method' => 'get']) !!} @php $userBranchId = Auth::user()->branchId; @endphp @if($userBranchId==1)
{!! Form::label('', 'Project:', ['class' => 'control-label pull-left']) !!}
@endif @if($userBranchId==1)
{!! Form::label('', 'Branch:', ['class' => 'control-label pull-left']) !!}
@endif @if($userBranchId==1)
{!! Form::label('', 'Pro. Type:', ['class' => 'control-label pull-left']) !!}
@endif
{!! Form::label('', 'Round Up:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('roundUp',[1=>'Yes',0=>'No'],$roundUpSelected,['class'=>'form-control']) !!}
{!! Form::label('depthLevel', 'Depth Level:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('depthLevel',[''=>'All',1=>'Level-1',2=>'Level-2',3=>'Level-3',4=>'Level-4'],$depthLevelSelected,['class'=>'form-control']) !!}
{!! Form::label('withZero', '\'0\' Balance:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('withZero',[''=>'Yes',1=>'No'],$withZeroSelected,['class'=>'form-control']) !!}
{!! Form::label('', ' ', ['class' => 'control-label']) !!}
{!! Form::text('dateFrom',$dateFromSelected,['id'=>'dateFrom','placeholder'=>'From','class'=>'form-control','readonly','style'=>'cursor:pointer']) !!}
{!! Form::text('dateTo',$dateToSelected,['id'=>'dateTo','placeholder'=>'To','class'=>'form-control','readonly','style'=>'cursor:pointer']) !!}
{!! Form::submit('Search',['id'=>'search','class'=>'btn btn-primary btn-s animated fadeInRight','style'=>'font-size:13px;']) !!}
{!! Form::close() !!}
{{-- End Filtering Group --}} @if(!$firstRequest)
{{-- div for Company --}}
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/reports/trialBalance.blade.php:355 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/reports/trialBalance.blade.php on line 355