@extends('layouts/gnr_layout') @section('title', '| Branch Requisition') @section('content')
{{-- fullbody start --}}
{{-- panel start --}}
New Branch Requisition
{{-- panel body start --}}
{{-- left start --}}
{!! Form::label('name', 'Branch Name:*', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::text('name', $value = null, ['class' => 'form-control', 'id' => 'name','type' => 'text', 'placeholder' => 'Enter branch name', 'autocomplete' => 'off']) !!}

{!! Form::label('branchCode', 'Branch Code:*', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::text('branchCode', $value = null, ['class' => 'form-control', 'id' =>'branchCode', 'type' => 'text', 'placeholder' => 'Enter branc code', 'autocomplete' => 'off']) !!}

{!! Form::label('groupId', 'Group Name:*', ['class' => 'col-sm-4 control-label'],false) !!}

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/guk_bk/resources/views/gnr/tools/companySetting/branchRequisition/addBranchRequisition.blade.php:68 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/gnr/tools/companySetting/branchRequisition/addBranchRequisition.blade.php on line 68