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

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

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




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