@extends('layouts.admin', ['title' => 'Log In']) @section('content')
@csrf
@if($errors->any())
  • Aanmelding mislukt - account niet geactiveerd of gebruikersnaam of wachtwoord ongeldig?
@endif

Recover your password.

@endsection @section('js') @endsection