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