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

DentallManager

{{trans('label.reset_password', [], 'nl')}}

@if (session('status')) @endif
@csrf
@if ($errors->has('email')) @endif
@if ($errors->has('password')) @endif
@endsection