@extends('front.layout.master') @section('title', 'Return Product |') @section('body')
{{ __('staticwords.Price') }}: @if ($order->order->discount != 0) {{ price_format($order->qty * $order->price + $order->tax_amount + $order->shipping - $order->discount) }} @else {{ price_format($order->qty * $order->price + $order->tax_amount + $order->shipping) }} @endif
{{ __('staticwords.TotalGiftCharge') }}: {{ $order->gift_charge }}
{{ __('staticwords.HandlingCharge') }} @infloat($order->handlingcharge)