@extends('front.layout.app') @section('content')
Reset Password
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('confirmation_name')) {{ $errors->first('confirmation_name') }} @endif
@endsection