@extends('layouts/acc_layout') @section('title', '| Bank Account Register') @section('content') @include('successMsg')
Add Bank Account
{!! Form::open(['url' => '', 'id' => 'entryForm', 'role' => 'form', 'class' => 'form-horizontal form-groups']) !!}
{!! Form::label('projectId', 'Project:', ['class' => 'col-sm-3 control-label']) !!}
@php $projectIds = DB::table('gnr_project') ->select('id', 'name', 'projectCode') ->get(); @endphp

{!! Form::label('projectTypeId', 'Project Type:', ['class' => 'col-sm-3 control-label']) !!}

{!! Form::label('branchId', 'Assign Branch:', ['class' => 'col-sm-3 control-label']) !!}

{!! Form::label('operateBranchId', 'Operate Branch:', ['class' => 'col-sm-3 control-label']) !!}

{!! Form::label('ledgerId', 'Ledger Account:', ['class' => 'col-sm-3 control-label']) !!}

{!! Form::label('acTypeId', 'Account Type:', ['class' => 'col-sm-3 control-label']) !!}

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/accounting/bankAc/bankAcRegister/addBankAcRegister.blade.php:87 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/accounting/bankAc/bankAcRegister/addBankAcRegister.blade.php on line 87