mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
14 lines
237 B
PHP
14 lines
237 B
PHP
@extends('layouts.base')
|
|
@section('body')
|
|
<div>
|
|
|
|
</div>
|
|
{{ $slot }}
|
|
{{-- <main class="min-h-screen hero">
|
|
<div class="hero-content">
|
|
{{ $slot }}
|
|
</div>
|
|
</main> --}}
|
|
@parent
|
|
@endsection
|