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

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

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





Shopee Retur Details
Total sebelum pajak: 0
{{__('Item')}} Stok Variasi Qty {{__('Price')}} {{__('Discount')}} {{__('Price')}} Setelah Diskon Nominal Aksi
@section('scripts') @endsection @endsection