@extends('front.app') @section('title', 'Reset Password') @section('content')

Reset Password

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection