File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import { Head as InertiaHead } from ' @inertiajs/vue3'
33import AppLayout from ' @/layouts/AppLayout.vue'
4+
5+ const breadcrumbs = [{ label: ' Admin Dashboard' }]
46 </script >
57
68<template >
79 <InertiaHead title =" Admin Dashboard" />
810
9- <AppLayout >
11+ <AppLayout :breadcrumbs >
1012 <Card >
1113 <template #content >
1214 <p class =" m-0" >
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import { formatInTimeZone } from 'date-fns-tz'
77import { parseISO } from ' date-fns'
88import { usePaginatedDataTable } from ' @/composables/usePaginatedDataTable'
99import AppLayout from ' @/layouts/AppLayout.vue'
10+ import PageTitleSection from ' @/components/PageTitleSection.vue'
1011import ClientOnly from ' @/components/ClientOnly.vue'
1112import Menu from ' @/components/primevue/menu/Menu.vue'
1213import { LengthAwarePaginator } from ' @/types/paginiation'
You can’t perform that action at this time.
0 commit comments