Order info
| №.: | {{__('variables.order_type')}} | Scenariu | {{--{{__('variables.delivery_method')}} | --}} {{--{{__('variables.pay_method')}} | --}}{{__('variables.total_count')}} | {{__('variables.total_price')}} | {{__('variables.date_table')}} | {{--@if($groupSubRelations->active == 1){{__('variables.active_table')}} | @endif--}}
|---|---|---|---|---|---|---|---|---|
| {{ $orders->id }} | {{$orders->fast_order == 1 ? 'Fast' : 'Simple'}} | @foreach($orders->basket as $item) @php $scenario_value = config('custom.mapping.' . $item->goods_model); @endphp {{ $scenario_value ?? __('variables.do_not_exist') }} @endforeach | {{--{{$orders->delivery_method ?? ''}} @if($orders->delivery_method == 'delivery') ({{$orders->ordersData->delivery_cost ?? 0}}) @endif | --}} {{--{{$orders->pay_method ?? ''}} | --}}{{$orders->ordersData->total_count ?? ''}} | {{$orders->ordersData->total_price ?? ''}} | {{ getDefaultDateFormatAdmin($orders->created_at) }} | {{--
active == 1 ? 'checked' : ''}}>
| --}}
User info
Ordered items
| № | Video ID | Numele copilului | {{__('variables.price')}} | Video 540p | Video 1080p | Invoice | {{__('variables.date_table')}} |
|---|---|---|---|---|---|---|---|
| 1 | {{$orders->video_id ?? ''}} | @php $raw = $user_info->child_name ?? ''; $children = is_string($raw) ? json_decode($raw, true) : $raw; if (is_string($children)) { $children = json_decode($children, true); } @endphp @if (is_array($children)) {{ implode(', ', $children) }} @else {{ $raw }} @endif | {{$orders->ordersData->total_price ?? ''}} | @if($orders->url_540p_mp4) Link @else Încă nu este gata @endif | @if($orders->url_1080p_mp4) Link @else Încă nu este gata @endif | @if($orders->url_invoice) Link @else {{ __('variables.do_not_exist') }} @endif | {{ getDefaultDateFormatAdmin($orders->created_at) }} |
{{__('variables.comment_table')}}
{{ $orders->ordersUsers->descr ?? '' }}