@extends('layouts.default_module') @section('module_name') Journal @stop @section('add_btn') {!! Form::open(['method' => 'get', 'route' => ['journal.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' => 'get', 'route' => ['journal.create'], 'files'=>true]) !!} @include('admin.journal.partial.searchfilters') {!!Form::close() !!} {{-- @stop --}} Image Title SSN Published year Description Edit delete @foreach($journals as $journal)
Notice: Undefined variable: journal in /home/demohatinco/public_html/rss_web/resources/views/admin/journal/index.blade.php on line 46

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

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