@extends('layouts.app') @push('css_lib') {{--dropzone--}} @endpush @section('title',trans('lang.locations_table')) @section('content') @include('flash::message') @include('adminlte-templates::common.errors')

Items to Refund

@foreach($items_returned as $index=>$items_returned1) @endforeach
# Product Price Qty Subtotal Discount Price Total
{{$index+1}} {{$items_returned1->name}}
Sku: {{$items_returned1->sku}}
{{$items_returned1->price}} {{$items_returned1->qty_ordered}} QAR {{$items_returned1->row_total}} QAR {{$items_returned1->discount_amount}} QAR {{number_format($items_returned1->row_total-$items_returned1->discount_amount, 4, '.', '')}}
{{trans('lang.order_subtotal')}} QAR 0.0000
{{trans('lang.order_total')}} QAR 0.0000
@include('layouts.media_modal',['collection'=>null]) @endsection @push('scripts_lib') {{--dropzone--}} @endpush