@extends('layouts/gnr_layout') @section('title', '| New Group') @section('content')
{{-- fullbody start --}}
{{-- panel start --}}
New Branch
{{-- panel body start --}}
{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!}
{{-- left start --}}
{!! 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('mfiCode', 'MFI Code:', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('mfiCode', $value = null, ['class' => 'form-control', 'id' => 'mfiCode', 'type' => 'text', 'readonly' => 'true']) !!}

{!! 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']) !!}

@if(Schema::hasTable('api_platforms_config'))
@endif
{!! Form::label('groupId', 'Group Name:', ['class' => 'col-sm-4 control-label']) !!}

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