Welcome to Selcare Medical Bay
Book your clinic appointments online quickly and easily.
@if (Route::has('login'))
@auth @php $user = Auth::user(); @endphp @if ($user->is_admin)
Admin Dashboard
@else
Dashboard
@endif @else
Login
@if (Route::has('register'))
Register
@endif @endauth
@endif