@extends('layouts/gnr_layout') @section('title', '| New Company') @section('content') {{-- template --}}
{{-- fullbody start --}}
{{-- title --}} {{-- title end --}} {{-- panel start --}}
New Company
{{-- form start --}}
{!! Form::open(array('url' => '', 'enctype' => 'multipart/form-data', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!}
{!! Form::label('name', 'Company Name:', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('name', $value = null, ['class' => 'form-control', 'id' => 'name', 'type' => 'text', 'placeholder' => 'Enter Company Name']) !!}

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

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