{{ $parcel->launch_id }}
{{ $launch->surgery->id ?? '' }}
{{ $parcel->current_installment + 1 }}
@isset($parcel->confirmation_date)
{{ date('Y-m-d', strtotime($parcel->confirmation_date)) }}
@endisset
{{ $launch->user->name ?? '' }}
{{ date('d/m/Y', strtotime($parcel->due_date)) ?? '' }}
{{ date('d/m/Y') }}
{{ $parcel->value_brute ?? '' }}
{{-- Vencimentos e parcelamentos --}}
@if ($parcel->status == null)
@endif