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

Category List

Category List

@foreach ($categories as $key => $data) @endforeach
SL Name Description Cover Photo Status Action
{{$key + 1}} {{$data->name}} {{Str::words($data->description, 5, '...')}} @if ($data->cover_photo == 'default.png') Cover Photo @else Cover Photo @endif @if ($data->status) Active @else Disable @endif
@csrf @method('DELETE')
SL Name Description Cover Photo Status Action
@endsection @push('js') @endpush