@extends('layouts.default_module') @section('module_name') Product @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') {{-- {!! Form::open(['method' => 'post', 'route' => ['doctor.search'], 'files'=>true]) !!} @include('admin.doctor.partial.searchfilters') {!!Form::close() !!} --}} {{-- @stop --}} Name Image Details Amount Points Edit Delete Promotion @foreach($product as $p) {!! ucwords($p->name) !!}
Notice: Undefined variable: p in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/settings/index.blade.php on line 55

Notice: Trying to get property 'avatar' of non-object in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/settings/index.blade.php on line 55

Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/settings/index.blade.php:56 Stack trace: #0 {main} thrown in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/settings/index.blade.php on line 56