@extends('layouts.main') @push('title') Fit Sport Hub - Reset Password @endpush @section('main-section')

Reset Password

Enter your email and new password to reset your account

@if (session()->has('status')) @endif @if(count($errors) > 0) @endif
@csrf

Remember your password? Sign in here

@endsection