@extends('admin.layouts.container') @section('content')

{{ $head }}

@method('PUT') @csrf

{{__('orders.products')}}


@foreach($products as $key=>$row)

{{ $row->product->currentDescription->title }} {{$row->sub_attribute_id ? (' - '.$row->mainAttr->currentDescription->title .' - '. $row->subAttr->currentDescription->title) : '' }}

{{ $row->count}}

{{ $row->product_price}}

{{ $row->total_product}}

@endforeach
@endsection @section('inner_js') {{-- --}} @endsection