@extends('layouts/billing_layout') @section('title', '| Product') @section('content') @include('successMsg')
{!! Form::open(['url' => 'billing/billingViewProduct','method' => 'get']) !!} {{ csrf_field() }}
{!! Form::label('', 'Group:', ['class' => 'control-label pull-left']) !!}
{!! Form::label('', 'Category:', ['class' => 'control-label pull-left']) !!}
{!! Form::label('', 'Sub Category:', ['class' => 'control-label pull-left']) !!}
{!! Form::label('', 'Brand:',['class' => 'control-label pull-left']) !!}
{!! Form::label('', 'Model:', ['class' => 'control-label pull-left']) !!}
{!! Form::label('', 'Size:', ['class' => 'control-label pull-left']) !!}
{!! Form::label('', 'Color:', ['class' => 'control-label pull-left']) !!}
{!! Form::submit('Search',['id'=>'search','class'=>'btn btn-primary btn-xs','style'=>'font-size:15px;']) !!}
{!! Form::close() !!}

PRODUCT LIST

{{ csrf_field() }} @foreach($products as $product)
SL# Product Name Group Catagory Sub Catagory Brand Model Size Color Cost Price Seles Price Action
{{++$no}} {{$product->name}}
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/product/productSetting/product/viewProduct.blade 2.11.2020.php:195 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/product/productSetting/product/viewProduct.blade 2.11.2020.php on line 195