@extends('auth.layout') @section('content')

Create account

{% if errors.get('name') %}{{ errors['name'][0] }}{% endif %}
{% if errors.get('email') %}{{ errors['email'][0] }}{% endif %}
{% if errors.get('password') %}{{ errors['password'][0] }}{% endif %}
{% if config('auth.features.login', true) %} {% endif %} @endsection