coolify/resources/views/layouts/simple.blade.php
rosslh 0aaba04396
All checks were successful
Build MapleDeploy Coolify Image / build (push) Successful in 57s
style(branding): replace gray-50 with stone-50 and darken base to stone-800
2026-04-06 14:04:20 -04:00

8 lines
170 B
PHP

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