@extends('header.header') @section('content')
category


@if(isset($_GET['store_id']) && !empty($_GET['store_id']))
@csrf
@endif

Category table


@foreach($data as $category) @csrf @endforeach
category name Status action
@endsection