11 lines
246 B
PHP
11 lines
246 B
PHP
@extends('layouts.vertical', ['subtitle' => 'Home'])
|
|
|
|
@section('content')
|
|
|
|
@include('layouts.partials/page-title', ['title' => 'Home', 'subtitle' => 'Home'])
|
|
|
|
@endsection
|
|
|
|
@section('scripts')
|
|
@vite(['resources/js/pages/dashboard.js'])
|
|
@endsection |