mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
User management (#185)
This commit is contained in:
11
resources/views/layouts/settings.blade.php
Normal file
11
resources/views/layouts/settings.blade.php
Normal file
@ -0,0 +1,11 @@
|
||||
<x-app-layout>
|
||||
@if (isset($pageTitle))
|
||||
<x-slot name="pageTitle">{{ $pageTitle }}</x-slot>
|
||||
@endif
|
||||
|
||||
<x-container class="flex">
|
||||
<div class="w-full">
|
||||
{{ $slot }}
|
||||
</div>
|
||||
</x-container>
|
||||
</x-app-layout>
|
Reference in New Issue
Block a user