@extends('admin.layouts') @section('title', 'Category') @section('header') @endsection @section('content')

Category

Add Category
@foreach($cat as $cats) @endforeach
SN NAME IMAGE PREVIEW ACTION
{{$loop->iteration}} {{$cats->name}} preview image Edit
@endsection @section('footer') @endsection