@extends('layouts.default_module') @section('module_name') Products @stop @section('add_btn') {!! Form::open(['method' => 'get', 'route' => ['products.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') Image Title Edit Show To Gallery Activate/Deactivate @foreach($products as $key=>$p)
Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/petmates_backend/resources/views/Admin/Products/index.blade.php:38 Stack trace: #0 {main} thrown in /home/demohatinco/public_html/petmates_backend/resources/views/Admin/Products/index.blade.php on line 38