@extends('layouts.default_module') @section('module_name') {{-- {!! ucwords($product->name)!!} Product Promotion --}} @stop @section('add_btn') {!! Form::open(['method' => 'get', 'route' => ['promotion.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 Image Details Promotion Edit Delete @foreach($promotion as $p) {!! ucwords($p->name) !!}
Notice: Undefined variable: p in /home/demohatinco/public_html/my_shout_backend/resources/views/admin/promotion/index.blade.php on line 64

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

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