@if($offer->id)
Kiválasztott ajánlat
{!! __('Státusz') !!}:
{{ $offer->status_lang ?? '-' }}
{!! __('Értesítés típusa') !!}:
{{ $offer->notification_lang ?? '-' }}
Ajánlat leírása:
{!! nl2br(e($offer->description ?? '')) !!}
Munkavégzés leírása:
{!! nl2br(e($offer->work_description ?? '')) !!}
@if($offer->products || $offer->services) Termékek:
{{ implode(', ', $offer->products ?? []) }}
Szolgáltatások:
{{ implode(', ', $offer->services ?? []) }} @endif
@endif