@extends('layouts.default_module')
@section('module_name')
Products
@stop
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['product.create'], 'files'=>true]) !!}
{!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!}
{!! Form::close() !!}
@stop
@section('table-properties')
width="400px" style="table-layout:fixed;"
@endsection
@section('table')
| Name En |
Name Ur |
Type |
Company |
Is Featured |
Image |
@foreach($product as $key=>$p)
Notice: Undefined variable: p in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/product/index.blade.php on line 41
Notice: Trying to get property 'image' of non-object in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/product/index.blade.php on line 41
Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/product/index.blade.php:42
Stack trace:
#0 {main}
thrown in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/product/index.blade.php on line 42