| {{ trans('payment.date') }} | {{ $payment->date }} |
|---|---|
| {{ trans('payment.in_out') }} | {{ $payment->in_out ? trans('payment.cash_in') : trans('payment.cash_out') }} |
| {{ trans('payment.type') }} | {{ $payment->present()->type_id }} |
| {{ trans('payment.amount') }} | {{ $payment->present()->amount }} |
| {{ trans('payment.description') }} | {{ $payment->description }} |
| {{ trans('payment.customer') }} | {{ $payment->partner->name }} |