{{ $service->price }}{{ $service->currency?->symbol ?? '' }}
{{ $service->begin_date ?? '' }} - {{ $service->expiration_date ?? '' }}
@if ($service->contract->company->translations->first())
{{ $service->contract->company->translations->first()->name }}
@endif