{{ $parcel->launch_id }}
{{ $parcel->current_installment + 1 ?? '' }}
@isset($parcel->confirmation_date)
{{ date('d/m/Y', strtotime($parcel->confirmation_date)) }}
@endisset
{{ $parcel->launch->user->name }}
@if ($parcel->launch->type_launch == 1)
Entrada(Crédito)
@else
Saída(Débito)
@endif
{{ $parcel->launch->account_plan->name ?? '' }}
{{ $parcel->payment_form->name ?? '' }}
{{ date('d-m-Y', strtotime($parcel->confirmation_date)) }}
{{ $parcel->launch->patient->name ?? '' }}
{{ $parcel->launch->department->name ?? '' }}
{{ number_format($parcel->value_brute, 2) }}
{{ $parcel->launch->description ?? '' }}
@if (isset($launch_image))
@endif
@if (count($parcel_image) > 0)
@foreach ($parcel_image as $item)
@endforeach
@endif