@extends('layouts.default_module') @section('module_name') Pages @stop @section('add_btn') {{-- {{dd($pages)}} --}} {!! Form::open(['method' => 'get', 'route' => ['pages.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') Category Images Edit Action @foreach($pages as $key=>$p) {!! $p->category !!}
Notice: Undefined variable: p in /home/demohatinco/public_html/petmates_backend/resources/views/Admin/pages/index.blade.php on line 40

Notice: Trying to get property 'image' of non-object in /home/demohatinco/public_html/petmates_backend/resources/views/Admin/pages/index.blade.php on line 40

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