@extends('app')
@section('content')
{{ $complementaryService->service_type ?? 'No especificat' }}
{{ $complementaryService->service_responsible ?? 'No assignat' }}
{{ $complementaryService->start_date ? \Carbon\Carbon::parse($complementaryService->start_date)->format('d/m/Y') : 'No especificada' }}
{{ $complementaryService->end_date ? \Carbon\Carbon::parse($complementaryService->end_date)->format('d/m/Y') : 'No especificada' }}