@extends("layouts.auth_layout") @section("title", "ForUZONE") @section("content")

Registro

@csrf @if($errors->any()) @foreach ($errors->all() as $error)

{{ $error }}

@endforeach @endif







{{--Coutry--}}

Botão de adicionar imagem de perfil
{{_("Carregando...")}}


Botão de adicionar banner
{{_("Carregando...")}}
@endsection