@section('title', (isset($page_title) ? $page_title . ' | ' : '') . config('app.name'))
@php
$small_logo = App\Models\WebsiteData::where('type', 'small_logo')->first()?->detail;
@endphp
Welcome to {{config('app.name')}}!
Please sign-in to your account