@extends('layouts.master') @section('title', 'Lihat Shopee Order') @section('content')

Lihat {{__('Shopee Order')}}

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{__('Shopee Order')}} {{__('Information')}} : {{$shopeeSo->sales_order_number}}




Shopee Order Details
Total sebelum pajak: 0
@foreach($shopeeSo->details as $index => $detail) @endforeach
{{__('Item')}} Variasi Qty {{__('Price')}} {{__('Discount')}} {{__('Price')}} Setelah Diskon Nominal
Back
@section('scripts') @endsection @endsection