@include('admin.partials.flash_message')
| S.no |
Page Title |
Content |
Action |
@foreach($content as $k=>$u)
| {{ ++$k }} |
{{ $u->title }} |
{{ str_limit(strip_tags(html_entity_decode($u->content)), $limit = 300, $end = '...') }} |
|
@endforeach
| S.no |
Page Title |
Content |
Action |