@extends('layouts.color_admin.default') @section('title', 'Inloggen als') @push('css') @endpush @section('content')
@csrf

Inloggen als

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
OAV NUMMER
@endsection @push('scripts') @endpush