mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 19:22:19 +00:00
12 lines
248 B
PHP
12 lines
248 B
PHP
<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>
|