@extends('layouts.masterOutside') @section('content')
{{ __('messages.login.reset_password') }}
@if (session('status')) @endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection