@extends('admin.layouts.app') @section('panel')
@csrf
@forelse ($orderDetails->products as $item) @empty @endforelse
@lang('Product Image') @lang('Product Name') @lang('Quantity') @lang('Total Price')
Image {{__($item->name)}} {{__($item->pivot->product_quantity)}} x {{showAmount(__($item->price))}} {{__($general->cur_sym)}}{{__($item->price * $item->pivot->product_quantity)}}
{{__($emptyMessage) }}
0%
@endsection @push('breadcrumb-plugins') @lang('Back') @endpush @push('style') @endpush @push('script') @endpush