@extends('customer.auth.layout') @section('title','Forgot Password') @section('subtitle','We’ll send you a secure reset link') @section('content') @if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection