@extends('admin.layouts.app') {{-- @push('style') @endpush --}} {{-- @section('pagetitlesection')
Name | Master Category | Created On | Status | Action |
---|---|---|---|---|
{{ $category->name }} | {{ $category->parent?->name ?? '--' }} | {{ date('d-m-Y', strtotime($category->created_at)) }} | @switch($category->is_active) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch |