@if(isset($page['section']) && $page['section'] == 'edit' && auth()->user()->is_team)
@endif @if(isset($page['section']) && $page['section'] == 'create')
@endif @if(auth()->user()->is_team && config('system.settings_customfields_display_clients') == 'expanded') @include('misc.customfields') @endif @if(auth()->user()->is_team)
{{ cleanLang(__('lang.description_and_details')) }}
@endif
{{ cleanLang(__('lang.billing_address')) }}
@if(config('system.settings_clients_shipping_address') == 'enabled')
{{ cleanLang(__('lang.shipping_address')) }}
@endif @if(config('system.settings_clients_shipping_address') == 'enabled') @endif @if(auth()->user()->is_team)
{{ cleanLang(__('lang.app_modules')) }}
@endif @if(auth()->user()->is_team && config('system.settings_customfields_display_clients') == 'toggled')
{{ cleanLang(__('lang.more_information')) }}
@endif
* {{ cleanLang(__('lang.required')) }}