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

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

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