@extends('layouts.login_master') @section('content')

Reset Password


@if($errors->any())
@foreach($errors->all() as $er) {{ $er }}
@endforeach
@endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection