@extends('layouts.admin.app') @section('content')
Category List add
@foreach($categories as $category) @endforeach
Top Category Category Parent Status Action
{{ $category->top_cat_id }}
user1
{{ $category->name }}

{{ $category->cat_name??'PARENT' }}

Active @else bg-gradient-danger">Inactive @endif
@csrf @method('DELETE')
@include('layouts.admin.footer')
@endsection