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

{!! Form::label('status', 'Status:', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('status', array('1'=>'Active', '0'=>'Inactive'), null, array('class'=>'form-control', 'id' => 'status')) !!}

{!! Form::label('branch', 'Branch:', ['class' => 'col-sm-2 control-label']) !!}     {!! Form::checkbox('checkAll', null, false,['class'=>'checkAll']) !!} All Branch

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