-
-
Notifications
You must be signed in to change notification settings - Fork 91
Template Layout
Asep edited this page Apr 10, 2022
·
1 revision
<x-ladmin-guest-layout>
<x-slot name="metaTitle">Meta Page Title</x-slot>
@push('before-style')
<!-- ... -->
@endpush
<x-slot name="styles">
<!-- <link href="custom.css" rel="stylesheet" /> -->
</x-slot>
@push('after-style')
<!-- ... -->
@endpush
<!-- Content here -->
@push('before-script')
<!-- ... -->
@endpush
<x-slot name="scripts">
<!-- <script src="custom.js" ></script> -->
</x-slot>
@push('after-script')
<!-- ... -->
@endpush
</x-ladmin-guest-layout>
<x-ladmin-auth-layout>
<x-slot name="title">Page Title</x-slot>
<!-- Follow guest layout for slots & stacks -->
</x-ladmin-auth-layout>
- #1 Create Module
- #2 Create Menu
- #3 Route
- #4 Create DataTables
- #5 Template Layout
- #6 Create Model
- #7 Create Command
- #8 Create Component
- #9 Broadcast Notification
- #10 Group Search
- #11 Flashing Message
- #12 Compiling Assets (ViteJs)
- #13 Ladmin Option
- #14 Utility & Helpers
- #15 Vendor Publish
- #16 Custom Style
- #17 Ladmin Awesome
- #18 Make Money