@extends('back.layouts.app', ['title' => $title]) @section('page_css') @endsection @section('content')
@include('back.common_views.quicklinks')
@if (\Session::has('success')) @endif @if ($errors->all()) @endif
@if (!$result->isEmpty()) @foreach ($result as $row) @endforeach @else @endif
ID Title Message Body Status Action
{{ $row->id }} {{ $row->title }} {!! $row->body !!} Edit
No record found!
@endsection @section('page_scripts') @endsection