@extends('admin.layout') @section('css') @endsection @section('content')
VIEW YOUR BLOG CATEGORIES
All BlogCategory List
@foreach ($data as $item) @endforeach
Action Image Title Slug Created At
{{$item->title}} {{$item->slug}} {{$item->created_at}}
@endsection @section('js') @endsection