Success! {{ session('success') }}
@endif
@if ($errors->all())
Danger!
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
| ID | Title | Message Body | Action | ||||
|---|---|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->title }} | {!! $row->body !!} | Edit | ||||
| No record found! | |||||||