@extends('layouts.auth') @section('title') Reset Password @endsection @section('content')
Logo
@include('layouts.errors')

{{__('messages.common.forgot_password').' ?'}}

@csrf
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
{{__('messages.common.cancel')}}
@endsection @push('scripts') @endpush