@extends('layouts.vertical', ['title' => 'Categori', 'sub_title' => 'Apps', 'mode' => $mode ?? '', 'demo' => $demo ?? '']) @section('content') @include('sweetalert::alert')
@foreach ($category as $item) @endforeach
Category name Sub Category Action
{{ $item->nama_kategori }} @foreach($item->subCateg as $subCategory) {{-- subcategory --}}
{{ $subCategory->nama_sub_kategori }}
@csrf @method('DELETE')
@endforeach +sub {{-- modal --}}
@csrf @method('delete') Edit
{{ $category->links('pagination::tailwind') }}
@endsection @section('script') @vite('resources/js/pages/apps-calendar.js') @endsection