@extends('layouts.admin/e-commerce.app') @section('title', 'Sub Category List') @push('css') @endpush @section('content')

Sub Category List

Sub Category List

@foreach ($sub_categories as $key => $data) @endforeach
SL Cover Photo Category Name Name Status Action
{{$key + 1}} @if ($data->cover_photo == 'default.png') Cover Photo @else Cover Photo @endif {{$data->category->name ?? ''}} {{$data->name}} @if ($data->status) Active @else Disable @endif
@csrf @method('DELETE')
@endsection @push('js') @endpush