@extends('admin.layout.admin_layout') @section('content')

Blogs

@include('admin.layout.message')

Blogs List

Add

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