@extends('layouts.auth') @section('htmlheader_title') Register @endsection @section('content')
@if (count($errors) > 0)
Whoops! {{ trans('message.someproblems') }}

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
I already have an account
@include('layouts.partials.scripts_auth') @include('auth.terms') @endsection