@extends('layouts.auth') @section('title') Reset Password @endsection @section('content')
@include('layouts.errors')
{{__('messages.common.forgot_password').' ?'}}
@csrf
Email
{{ $errors->first('email') }}
{{__('messages.user.password')}}
{{ $errors->first('password') }}
{{__('messages.user.confirm_password')}}
{{ $errors->first('password_confirmation') }}
{{ __('Reset Password') }}
{{__('messages.common.cancel')}}
@endsection @push('scripts') @endpush