@props(['invoice']) @if (!is_null($invoice->customer_paket->paylater_date)) PL: {{ \Carbon\Carbon::parse($invoice->customer_paket->paylater_date)->format('d M y') }} @else
{{ \Carbon\Carbon::parse($invoice->due_date)->format('d F Y') }}
@endif