@extends('coaching.layout.coaching_auth') @section('content')
@if(Session::has('success'))

{{ Session::get('success') }}

@endif @if(Session::has('error'))

{{ Session::get('error') }}

@endif

Forgot password

@csrf
Forget it, send me back to the sign in.
@endsection