@extends('layouts.front_auth') @section('title', 'Reset Password') @section('page-heading', 'Enter your email to reset your password') @section('auth_content')
@if (session('status')) @endif
@csrf
@endsection