@extends('layouts.backend') @section('content')

Add VS

{{-- @csrf --}}

Detail Item



No SKU Product Qty Real Qty VS Ongoing Qty VS set Action

Detail Marketplace


@php $no = 1; @endphp @foreach($data["marketplace"] as $shop) @php $no++; @endphp @endforeach
No Marketplace Action
{{ $no }} {{ $shop->marketplace_name }}
Cancel
@endsection @section('js_after') @include('pages.virtual_stock.function_create') @include('pages.globalFunction') @endsection