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

Product Stock & Price

@foreach ($data["marketplace"] as $value) @endforeach
SKU Name Price HET{{ $value->marketplace_name }}Action
@endsection @section('js_after') @include('pages.productstockprice.function') @include('pages.productstockprice.modal') @include('pages.globalFunction') @endsection