mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-18 09:20:46 +00:00
9 lines
169 B
PHP
9 lines
169 B
PHP
@extends('layouts.base')
|
|
@section('body')
|
|
@livewireScripts
|
|
<main class="h-full bg-gray-50 dark:bg-base">
|
|
{{ $slot }}
|
|
</main>
|
|
@parent
|
|
@endsection
|