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

@endif
I already have a membership
@include('auth.scripts') @endsection