@extends('layouts.layout-2')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{ __('navigation.my_team') }}
{{ __('team.link_for_consultant_registration') }}
{{ __('team.new_consultant_copy1') }}
@endsection