@props(['title' => null]) {{ $title ?? config('app.name', 'Journal') }} @vite(['resources/css/app.css', 'resources/js/app.js']) @include('partials.header')
{{ $slot }}
@include('partials.footer')