@extends('Admin.Layout.main_layout') @section('main_container')

Manage Blog

@if(!$blog_arr->isEmpty()) @foreach($blog_arr as $key => $data) @endforeach @else

No Blogs Available

@endif
id Blog Title Blog Slug Actions
{{ ($key+1) }} {{ $data->title }} {{ $data->blog_slug }}
@endsection