{{$document->type->title}}
{{$document->type->reference_effect==1 ? __('texte.documents_arr.print_cash_order.pko') : __('texte.documents_arr.print_cash_order.rko')}}
{{$document->type->reference_effect==1 ? __('texte.documents_arr.print_cash_order.get_from') : __('texte.documents_arr.print_cash_order.pay_to')}} | ||||
{{__('texte.documents_arr.print_cash_order.contragent')}}: {{$document->type->documentable_type==1 ? ($document->documentable->company_name ?? $document->documentable->user->name) : ($document->documentable->contragent->company_name ?? $document->documentable->contragent->user->name) }} | ||||
{{__('texte.documents_arr.print_cash_order.object')}}: {{$document->documentable->user->name}} | ||||
{{__('texte.documents_arr.print_cash_order.user')}}: {{$document->documentable->name}} | ||||
{{__('texte.documents_arr.print_cash_order.amount')}}: {{number_format($document->total,2,'.','')}} {{__('texte.documents_arr.print_cash_order.bgn')}} | ||||
{{__('texte.documents_arr.print_cash_order.in_words')}}: {{$document->total_words}} | ||||
{{__('texte.documents_arr.print_cash_order.note')}}: {{$document->note}} | ||||
{{__('texte.documents_arr.print_cash_order.doc_numbers')}}: @foreach($balance_documents as $index=>$balance_document) {{$balance_document->number}} @if($index < count($balance_documents)-1) , @endif @endforeach | ||||
{{$document->type->reference_effect==1 ? __('texte.documents_arr.print_cash_order.gave') : __('texte.documents_arr.print_cash_order.received')}} .................................. | {{$document->type->reference_effect==1 ? __('texte.documents_arr.print_cash_order.received') : __('texte.documents_arr.print_cash_order.gave')}} .................................. | |||
{{$document->user->id.' '.$document->user->name}} |