@extends('front.layouts.app') @section('content')

Welcome Back

Log in to connect with athletes, teams, and sponsors.

@include('admin.components.messages')
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if (Route::has('password.request')) {{ __('Forgot Password?') }} @endif
or continue with
@endsection