@props(['team' => null, 'estate' => null, 'settings' => null]) {{ $team->name }} {{ __('admin_project_details') }}: {{ $team->name }}
@if (!$team->getCurrentSubscriptionOrLatest()->isActive) @else @endif
{{ __('saas_your_current_plan_is') }} {{ $team->getCurrentSubscriptionOrLatest()->plan->name }} @if (!$team->getCurrentSubscriptionOrLatest()->isActive) {{ __('admin_subscriptions_expire') }} @else {{ __('admin_subscriptions_no_expire') }} @endif {{ format_day_month_date($team->getCurrentSubscriptionOrLatest()->ends_at) }} {{ __('at') }} {{ format_hour_min_sec($team->getCurrentSubscriptionOrLatest()->ends_at) }}
{{ $team->houses->count() }} / {{ $team->getCurrentSubscriptionOrLatest()->house_seat->max_seat }} {{ __('houses_used') }}.
{{__('saas_settings_general') }}

{{ __('label_project_type') }}: {{ $team->type->description }}
{{ __('label_country') }}: {{ $team->country ? $team->country->name : '___' }}
{{ __('label_email') }}: {{ $team->email ?? '___' }}
{{ __('label_post_office') }}: {{ $estate->post_office ?? '___' }}
{{ __('label_phone') }}: {{ $team->phone ? $team->full_phone : '___'}}
{{ __('label_other_phone') }}: {{ $team->other_phone ? $team->full_other_phone : '___'}}
{{ __('saas_settings_invoicing') }}

{{ __('label_currency') }}: {{ $team->currency ? $team->currency->name.' | '.$team->currency->symbol : '___' }}
{{ __('label_invoice_prefix') }}: {{ $settings->number_prefix }}
{{ __('label_number_day') }}: {{ $settings->generate_every }}
{{ __('label_month') }}: {{ __($settings->generate_for) }}
{{ __('label_tva') }}: {{ $settings->tva ?? '___' }}
{{ __('chechbox_property_tax') }}: {{ $settings->property_tax ?? '___' }}
{{ __('chechbox_real_estate_fee_rate') }}: {{ $settings->real_estate_fee_rate ?? '___' }}
{{ __('label_invoice_manager') }}: {{ $settings->manager_name ?? '___' }}
{{ $slot }}