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

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/resources_16_05_2024/views/gnr/tools/address/district/addDistrict.blade02062018.php:31 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources_16_05_2024/views/gnr/tools/address/district/addDistrict.blade02062018.php on line 31