Admin News Dashboard
{{-- Blog Category Session --}}
@if(Session::has('cmessage'))
{{-- Blog News session --}}
All News Categories
{{Session::get('cmessage')}}
@endif
Add New Blog News
@if(Session::has('bnmessage'))
All Blog News
{{Session::get('bnmessage')}}
@endif
| Title | Image | Category | Content | View | Action |
|---|---|---|---|---|---|
| {{ucwords($news->title)}} | {{$news->blogcategory->cat_name}} | {!! Str::limit(strip_tags($news->news_content), 150, ' ...') !!} | {{$news->button_title}} |