@extends('layouts.back-end.body') @section('content')
{{ __('message.no') }} | {{ __('message.vip') }} | {{ __('message.image') }} | {{ __('message.product') }} | {{ __('message.price') }} | {{ __('message.commission') }} |
---|---|---|---|---|---|
{{$index+1}} | {{$productTaken->customerVip->title??''}} |
|
{{$product->product_title??''}} | {{number_format($product->price??'0',2).' THB'}} | {{number_format($product->commission->price??'0',2).' THB'}} | @endforeach @if($next_product)
{{ __('message.next') }} | {{$productTaken->customerVip->title??''}} |
|
{{$next_product->product_title??''}} | {{number_format($next_product->price??'0',2).' THB'}} | {{number_format($next_product->commission->price??'0',2).' THB'}} |
{{ __('message.total') }} : | {{number_format($totalPrice,2).' THB'}} | {{number_format($totalCommission,2).' THB'}} |