Admin Messages Dashboard
{{-- Blog News session --}}
@if(Session::has('bnmessage'))
{{Session::get('bnmessage')}}
@endif
| Title | Image | Content | external Link | Action |
|---|---|---|---|---|
| {{ucwords($message->title)}} | {!! Str::limit($message->content, $limit = 150, $end = ' ...') !!} | View |