@extends('auth.layout') @section('title', 'Reset Password - Tokoku') @section('content')

Reset Password

@if($errors->has('token') || $errors->has('email')) @endif
@csrf
@if ($errors->has('password'))

{{ucfirst($errors->first('password'))}}

@endif
@if ($errors->has('password_confirmation'))

{{ucfirst($errors->first('password_confirmation'))}}

@endif
@endsection