@extends('layouts.backend.app') @section('content')
{{ __('Item No') }} | {{ __('Item Name') }} | {{ __('Quantity') }} | {{ __('Total Amount') }} | |
---|---|---|---|---|
#{{ $itemrow->products->id ?? '' }} | @else#{{ $itemrow->products->id ?? '' }} | @endif{{ $itemrow->products->title ?? '' }} | {{ $itemrow->qty ?? '' }} | {{ $itemrow->total ?? '' }} |
Subtotal: {{ $subtotal }}
@if($info->coupon_id != null)Discount Code: {{ $info->coupon->title ?? '' }}
Discount: {{ $info->discount }}
@endifTotal: {{ $total }}