@extends('layouts/billing_layout') @section('title', '| Home') @section('content')
New Product Model
{!! Form::open(['url' => '', 'role' => 'form', 'class' => 'form-horizontal form-groups']) !!}
{!! Form::label('name', 'Model:', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('name', $value = null, [ 'class' => 'form-control', 'id' => 'name', 'type' => 'text', 'placeholder' => 'Enter product model name', ]) !!}

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

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/product/productSetting/model/addProductModel.blade.php:41 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/product/productSetting/model/addProductModel.blade.php on line 41