@extends('layouts.default_module') @section('module_name') Post @stop @section('add_btn') {!! Form::open(['method' => 'get', 'route' => ['post.create'], 'files'=>true]) !!} {!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!} {!! Form::close() !!} @stop @section('table') Name Description Image Edit Delete @foreach($post as $p) {!! $p->name !!} {!! $p->description !!}
Notice: Undefined variable: p in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/post/index.blade.php on line 36

Notice: Trying to get property 'avatar' of non-object in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/post/index.blade.php on line 36

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