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

Statement of Financial Position

{!! Form::open(array('url' => 'balanceSheet/', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'ladgerReportForm', '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('', 'Depth Level:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('depthLevel',['5'=>'All',1=>'Level-1',2=>'Level-2',3=>'Level-3',4=>'Level-4'],null ,['id'=>'depthLevel','class'=>'form-control']) !!}
{!! Form::label('', 'Round Up:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('roundUp',['1'=>'Yes','2'=>'No'], null,['id'=>'roundUp','class'=>'form-control input-sm']) !!}
{!! Form::label('', '\'0\' Balance:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('withZero',['2'=>'Yes','1'=>'No'], null,['id'=>'withZero','class'=>'form-control input-sm']) !!}
{!! Form::label('', 'Search By:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('searchMethod',['1'=>'Fiscal Year','2'=>'Current Year'], null,['id'=>'searchMethod','class'=>'form-control input-sm']) !!}

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/resources_16_05_2024/views/accounting/reports/balanceSheet.blade.php:359 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources_16_05_2024/views/accounting/reports/balanceSheet.blade.php on line 359