@section('title', (isset($page_title) ? $page_title . ' | ' : '') . config('app.name'))
@php $logo = App\Models\WebsiteSetting::where('key', 'logo')->first(); @endphp @if ($logo && $logo->value) @else {{config('app.name')}} @endif

Welcome to {{config('app.name')}}! 👋

Please sign-in to your account and start the adventure

@error('email')
{{$message}}
@enderror
@error('password')
{{$message}}
@enderror