@extends('layouts/pos_layout') @section('title', '| ' . $pageTitle) @section('content')
New Notice
{!! Form::open(['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', ['1' => 'Active', '0' => 'Inactive'], null, [ '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/demo_bk/resources/views/pos/config/posSaleMode/add.blade.php:53 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/config/posSaleMode/add.blade.php on line 53