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

Lost Password

@include('vendor.errors') @if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection