@extends('layouts.master_pub') @section('title') VoiceSync: Password Reset @endsection @section('content.header.title') VoiceSync @endsection @section('content')

Reset Password

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection