@extends('auth.auth') @section('htmlheader_title') Log in @endsection @section('content')
@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
I forgot my password
Register a new membership
@include('auth.scripts') @endsection