@extends(getTemplate() .'.panel.layouts.panel_layout') @section('content') @if(!empty($overdueInstallments) and count($overdueInstallments))
{{ trans('public.title') }} | {{ trans('panel.amount') }} | {{ trans('update.due_date') }} | {{ trans('update.payment_date') }} | {{ trans('public.status') }} | |
---|---|---|---|---|---|
{{ trans('update.upfront') }} @if($installment->upfront_type == 'percent') ({{ $installment->upfront }}%) @endif | {{ handlePrice($installment->getUpfront($itemPrice)) }} | - | {{ !empty($upfrontPayment) ? dateTimeFormat($upfrontPayment->created_at, 'j M Y H:i') : '-' }} | @if(!empty($upfrontPayment)) {{ trans('public.paid') }} @else {{ trans('update.unpaid') }} @endif | |
{{ $step->title }}
@if($step->amount_type == 'percent')
({{ $step->amount }}%)
@endif
{{ trans('update.n_days_after_purchase', ['days' => $step->deadline]) }}
|
{{ handlePrice($step->getPrice($itemPrice)) }} | {{ dateTimeFormat($dueAt, 'j M Y') }} | {{ !empty($stepPayment) ? dateTimeFormat($stepPayment->created_at, 'j M Y H:i') : '-' }} | @if(!empty($stepPayment)) {{ trans('public.paid') }} @else {{ trans('update.unpaid') }} {{ $isOverdue ? "(". trans('update.overdue') .")" : '' }} @endif |
@if(empty($stepPayment))
|