{{ $exp['role'] ?? '' }}
{{ $exp['company'] ?? '' }}
@if (! empty($exp['start']))
· {{ $exp['start'] }} – {{ ! empty($exp['end']) ? $exp['end'] : 'Atual' }}
@endif
@if (! empty($exp['description']))
{{ $exp['description'] }}
@endif