@extends('back.layouts.app',['title' => $title]) @section('content')
@if(\Session::has('success')) @endif @if($errors->all()) @endif

@if(isAllowed(115))
@endif
@foreach($result as $row) @endforeach
ID Title Message Body Status Action
{{ $row->id}} {{ $row->title }} {{ $row->body }} @if(isAllowed(116)) Edit @endif @if(isAllowed(117)) Delete @endif
@endsection @section('page_scripts') @endsection