{{__('Log in op uw account')}}

@csrf
@error('email')

{!! $errors->first('email', ':message') !!}

@enderror
@error('password')

{!! $errors->first('password', ':message') !!}

@enderror
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if (session('status'))--}} {{--
--}} {{-- {{ session('status') }}--}} {{--
--}} {{-- @endif--}} {{--
--}} {{-- @csrf--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @if (Route::has('password.request'))--}} {{-- --}} {{-- {{ __('Forgot your password?') }}--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- {{ __('Log in') }}--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}