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

DentallManager

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

@if (session('status')) @endif
@csrf
has('email') ? ' is-invalid' : '' }}" name="email" value="{{ old('email') }}" required autofocus> @if ($errors->has('email')) @endif
@endsection