{{ __('modules.serviceManagement.serviceType') }} {{ $this->serviceManagementShow->serviceType->name }}

{{ __('modules.serviceManagement.contactPersonName') }} {{ $this->serviceManagementShow->contact_person_name }}

{{ __('modules.serviceManagement.contactNumber') }} @if ($this->serviceManagementShow->phone_number) @if ($this->serviceManagementShow->country_phonecode) +{{ $this->serviceManagementShow->country_phonecode }} {{ $this->serviceManagementShow->phone_number }} @else {{ $this->serviceManagementShow->phone_number }} @endif @else -- @endif

{{ __('modules.settings.status') }} @if($this->serviceManagementShow->status === 'available') {{ __('app.' .$this->serviceManagementShow->status) }} @else {{ __('app.' .$this->serviceManagementShow->status) }} @endif

{{ __('modules.serviceManagement.price') }} @if($this->serviceManagementShow->price != 0) {{ currency_format($this->serviceManagementShow->price) }} @else @lang('modules.serviceManagement.notDisclosed') @endif

{{ __('modules.serviceManagement.paymentFrequency') }} {{ __('app.'.$this->serviceManagementShow->payment_frequency) }}

{{ __('modules.settings.dailyHelp') }} @if($this->serviceManagementShow->daily_help == 1) @lang('app.yes') @else @lang('app.no') @endif

{{ __('modules.serviceManagement.websiteLink') }} @if ($this->serviceManagementShow->website_link) {{ $this->serviceManagementShow->website_link }} @else -- @endif

{{ __('modules.serviceManagement.companyName') }} {{ $this->serviceManagementShow->company_name ?? '--'}}

{{ __('modules.settings.apartment') }} @if($this->serviceManagementShow->apartmentManagements->pluck('apartment_number')->join(', ')) {{ $this->serviceManagementShow->apartmentManagements->pluck('apartment_number')->join(', ') }} @else -- @endif

{{ __('modules.serviceManagement.description') }} {{ $this->serviceManagementShow->description }}

@lang('app.cancel')