@extends('layouts.website') @section('content') @include('shared.messages')
Обект | Дата за плащане | Плащане | Сума | Остатък |
---|---|---|---|---|
{{$user_invoice->documentable->user->name}} | {{date("d.m.Y",strtotime($user_invoice->payment_date))}} | {{ mb_ucfirst(App\Document::PAYMENT[$user_invoice->payment_type]) }} | {{number_format($user_invoice->total,2,'.','')}} | {{number_format($user_invoice->total-$user_invoice->paid,2,'.','')}} |