{{ $this->serviceManagementShow->serviceType->name }}

{{ $this->serviceManagementShow->contact_person_name }}

{{ $this->serviceManagementShow->phone_number }}

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

{{ currency_format($this->serviceManagementShow->price) }}

@else

@lang('modules.serviceManagement.notDisclosed')

@endif
{{ __('app.'.$this->serviceManagementShow->payment_frequency) }}
@if($this->serviceManagementShow->daily_help == 1)

@lang('app.yes')

@else

@lang('app.no')

@endif
@if ($this->serviceManagementShow->website_link) {{ $this->serviceManagementShow->website_link }} @else -- @endif

{{ $this->serviceManagementShow->company_name ?? '--'}}

@if($this->serviceManagementShow->apartmentManagements->pluck('apartment_number')->join(', '))

{{$this->serviceManagementShow->apartmentManagements->pluck('apartment_number')->join(', ')}}

@else -- @endif

{{ $this->serviceManagementShow->description }}

@lang('app.cancel')