coolify/resources/views/layouts/simple.blade.php
2024-03-25 14:23:32 +01:00

8 lines
148 B
PHP

@extends('layouts.base')
@section('body')
<main class="h-full bg-gray-50 dark:bg-base">
{{ $slot }}
</main>
@parent
@endsection