@extends('portal.ninja2020.layout.clean', ['custom_body_class' => 'bg-gray-100']) @section('meta_title', ctrans('texts.register')) @section('body')
{{ ctrans('texts.logo') }}

{{ ctrans('texts.register') }}

{{ ctrans('texts.register_label') }}

@csrf @include('portal.ninja2020.auth.includes.register.personal_information') {{ ctrans('texts.more_fields') }}
@include('portal.ninja2020.auth.includes.register.website') @include('portal.ninja2020.auth.includes.register.personal_address') @include('portal.ninja2020.auth.includes.register.shipping_address')
@if(!empty($company->settings->client_portal_terms) || !empty($company->settings->client_portal_privacy_policy)) {{ ctrans('texts.i_agree') }} @endif @includeWhen(!empty($company->settings->client_portal_terms), 'portal.ninja2020.auth.includes.register.popup', ['property' => 'terms_of_service', 'title' => ctrans('texts.terms_of_service'), 'content' => $company->settings->client_portal_terms]) @includeWhen(!empty($company->settings->client_portal_privacy_policy), 'portal.ninja2020.auth.includes.register.popup', ['property' => 'privacy_policy', 'title' => ctrans('texts.privacy_policy'), 'content' => $company->settings->client_portal_privacy_policy])
@endsection