@if(file_exists(public_path('images/logo.png')))
@elseif(file_exists(public_path('images/logo.jpg')))
@elseif(file_exists(public_path('images/logo.svg')))
@else
GYMSYM
@endif
Sign in your account
@csrf
Email
@error('email')
{{ $message }}
@enderror
Password
@error('password')
{{ $message }}
@enderror
Remember my preference
@if (Route::has('password.request'))
Forgot Password?
@endif
Sign In