@props(['title' => null, 'description' => null])
{{ $title ?? 'Aliyan Faisal — Full-Stack Laravel & WordPress Developer' }}
@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('partials.navbar')
@if (session('status'))
{{ session('status') }}
@endif
{{ $slot }}
@include('partials.footer')