@extends('layouts/fams_layout') @section('title', '| Sales') @section('content')
Sale
{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!}
{!! Form::label('saleId', 'Sale Bill Id:', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('productTypeId',null, array('class'=>'form-control', 'id' => 'saleId','readonly')) !!}
{!! Form::label('productTypeId', 'Product Type:', ['class' => 'col-sm-3 control-label']) !!}

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

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

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/resources/views/fams/transaction/sale/addSale.blade.php:63 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources/views/fams/transaction/sale/addSale.blade.php on line 63