@extends('layouts.default_module')
@section('module_name')
Notification
@stop
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['notification.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' => 'post', 'route' => ['doctor.search'], 'files'=>true]) !!}
@include('admin.doctor.partial.searchfilters')
{!!Form::close() !!} --}}
{{-- @stop --}}
| Name |
Image |
Edit |
Delete |
@foreach($notification as $p)
{!! ucwords($p->title) !!} |
Notice: Undefined variable: p in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/notification/index.blade.php on line 53
Notice: Trying to get property 'avatar' of non-object in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/notification/index.blade.php on line 53
Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/notification/index.blade.php:54
Stack trace:
#0 {main}
thrown in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/notification/index.blade.php on line 54