- Implemented dashboard view with vehicle stats, active services, recent activity, and upcoming appointments. - Created estimates view with filtering options and a list of service estimates. - Developed invoices view to manage service invoices and payment history with filtering. - Added vehicles view to display registered vehicles and their details. - Built work orders view to track the progress of vehicle services with filtering and detailed information.
6 lines
131 B
PHP
6 lines
131 B
PHP
<x-layouts.app.sidebar :title="$title ?? null">
|
|
<main class="flex-1">
|
|
{{ $slot }}
|
|
</main>
|
|
</x-layouts.app.sidebar>
|