@extends('admin.template.head') @section('_title', 'Criar conta') @section('_head') {{-- --}} @endsection
@include('components.auth_navbar')

Teste gratuito

Preencha seus dados para cadastrar-se no teste gratuito

@if ($errors->any())
Erro ao criar conta
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Já tem uma conta? Fazer login

{{--

"Attention is the new currency"

The more effortless the writing looks, the more effort the writer actually put into the process.

--}}