@extends('auth.layouts.master') @section('content')
Secure your account by setting a new password.
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
Back To Login !