@extends('master') @section('content') @auth

Je bent al ingelogd

Wil je uitloggen?

{{csrf_field()}}
@endauth @guest
@include('authenticatie.partials._login_form')
@endguest @include('partials.footer_newsletter') @endsection