@if($orders_data->ordersUsers->name)
| {{ ShowLabelById(38) }} |
{{ $orders_data->ordersUsers->name ?? '' }} |
@endif
| {{ ShowLabelById(40) }} |
{{ $orders_data->ordersUsers->phone ?? '' }} |
| {{ ShowLabelById(39) }} |
{{ $orders_data->ordersUsers->email ?? '' }} |
| {{ ShowLabelById(29) }} |
{{ getDefaultPriceFormat($orders_data->total_price + $orders_data->delivery_cost) }} {{ ShowLabelById(10) }} |
| {{ ShowLabelById(126) }} |
{{ $orders_data->maib_rrn ?? '' }} |
| {{ ShowLabelById(127) }} |
{{ $orders_data->maib_approval_code ?? '' }} |
| {{ ShowLabelById(128) }} |
{{ $orders_data->maib_card_number ?? '' }} |
| {{ ShowLabelById(63) }} |
{{ getDefaultDateFormatWithTime($orders_data->created_at) }} |