@extends('layouts.auth') @section('title', trans('labels.buttons.sign_up')) @section('content')
@if (count($errors) > 0)
@lang('labels.error')
@endif
{{ csrf_field() }} @include('partials._googleTagManager')
@lang('labels.links.have_account') @endsection