@extends('layouts.app') @section('link') @endsection @section('style') @endsection @section('content')
Обекта има просрочени задължения в размер на {{number_format($object->data->overdue_amount,2)}} лв.
@endif{!! $current_order->note.'' !!}
@endif @endforeach {{ $order->obect->user->note}}{{__('texte.orders_arr.show_combined.order')}} | {{__('texte.orders_arr.show_combined.delivery_date')}} | {{__('texte.orders_arr.show_combined.urgent')}} | {{__('texte.orders_arr.show_combined.source')}} | {{__('texte.orders_arr.show_combined.user')}} |
---|---|---|---|---|
{{$current_order->id}} | {{date_format(new DateTime($current_order->delivery_date), 'd.m.Y')}} | {{Lang::get('texte.replies_arr')[$current_order->urgent]}} | {!!Lang::get('texte.source_type_arr')[$current_order->source]!!} | {{$current_order->user->name}} |
{{strtoupper(__('texte.orders_arr.show_combined.id'))}} | {{__('texte.orders_arr.show_combined.name')}} | {{__('texte.orders_arr.show_combined.unit_measure')}} | {{__('texte.orders_arr.show_combined.quantity')}} | {{__('texte.orders_arr.show_combined.price')}} | {{__('texte.orders_arr.show_combined.discount')}} | {{__('texte.orders_arr.show_combined.single_price')}} | {{__('texte.orders_arr.show_combined.super_discount')}} | {{__('texte.orders_arr.show_combined.end_price')}} | |
---|---|---|---|---|---|---|---|---|---|
{{$index+1}} | {{$order_product->product}} | {{$order_product->name}} | {{$order_product->package_name}} | {{$order_product->quantity_ordered / ($order_product->package==1 ? 1 : $order_product->package_count)}} | {{Lang::get('texte.full_price_arr')[$order_product->price]}} | {{$order_product->discount}} | {{number_format($order_product->single_price*1.2*($order_product->package==1 ? 1 : $order_product->package_count), 5, '.', '')}} | {{number_format($order_product->super_discount*1.2*($order_product->package==1 ? 1 : $order_product->package_count),5).($order_product->single_price!=0 ? ' ('.number_format($order_product->super_discount*100/$order_product->single_price,5).'%)' : ' (-----)')}} | {{number_format(($order_product->quantity_ordered / ($order_product->package ==1 ? 1 : $order_product->package_count))*(number_format($order_product->single_price*($order_product->package ==1 ? 1 : $order_product->package_count)*1.2,5)-number_format($order_product->super_discount*1.2*($order_product->package==1 ? 1 : $order_product->package_count),5)), 5, '.', '')}} |
{{strtoupper(__('texte.orders_arr.show_combined.id'))}} | {{__('texte.orders_arr.show_combined.name')}} | {{__('texte.orders_arr.show_combined.unit_measure')}} | {{__('texte.orders_arr.show_combined.quantity')}} |
---|---|---|---|
{{$bonus_product->product}} | {{$bonus_product->name}} | {{$bonus_product->package}} | {{$bonus_product->quantity_ordered}} |
{{__('texte.orders_arr.show_combined.number')}} | {{strtoupper(__('texte.orders_arr.show_combined.id'))}} | {{__('texte.orders_arr.show_combined.name')}} | {{__('texte.orders_arr.show_combined.condition')}} | {{__('texte.orders_arr.show_combined.bonus')}} |
---|---|---|---|---|
{{$key+1}} | {{$applied_promotion->id}} | {{$applied_promotion->title}} | {!!$applied_promotion->promotion_description['promotion_condition']!!} | {!!$applied_promotion->promotion_description['promotion_bonus']!!} |