@extends('layouts/gnr_layout') @section('title', '| New Group') @section('content')
New Branch
{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!}
{!! Form::label('name', 'Branch Name:', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('name', $value = null, ['class' => 'form-control', 'id' => 'name', 'type' => 'text', 'placeholder' => 'Enter branch name']) !!}

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

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

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/resources_16_05_2024/views/gnr/tools/companySetting/branch/addBranch.blade.php:40 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources_16_05_2024/views/gnr/tools/companySetting/branch/addBranch.blade.php on line 40