@extends('admin.layouts.app') {{-- @push('style') @endpush --}} {{-- @section('pagetitlesection') @endsection --}} @section('content')

Categories

@foreach ($categories as $category) @endforeach
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
@endsection @push('scripts') {{-- --}} @endpush