@extends('layouts.main') @section('style') @endsection @section('content') @include('pages.home.modal')
@if($is_mobile) {{ \Illuminate\Support\Str::limit($v->name ?? '-', 30, '...') }} @else {{ \Illuminate\Support\Str::limit($v->name ?? '-', 30, '...') }} @endif
@if($v->stock==0)| Harga | Min.Qty | |
|---|---|---|
| {{ number_format($v->sell_price) }} | {{ number_format($v->minimum_order) }} |
| @if($v->shipping_method=="INTERNAL") {{ \Illuminate\Support\Str::limit($v->shipping_coverage ?? '-', 15, '...') }} @else Seluruh wilayah @endif |
Supplier belum menambahkan data pada kategori ini.