@include('admin.layout.message')
| Sl.No. |
Image |
Title |
Description |
Bloger Name |
Action |
@if(!empty($allblogs))
@foreach($allblogs as $blog)
| {{$i}} |
|
{{$blog['title']}}
|
{!! \Illuminate\Support\Str::words($blog['content'], 40, '...') !!}
|
{{$blog->username}} |
|
@endforeach
@endif
| Sl.No. |
Image |
Title |
Description |
Bloger Name |
Action |
@endsection
@push('scripts')
@endpush