@extends('main.layouts.app') @section('content')
Add New Variant
@forelse ($variants as $variant) @empty @endforelse
ID Title Picture Price Discount Quantity Scale Height Width Depth Weight Variant Code Actions
{{ $variant->id }} {{ $variant->title }} {{ number_format($variant->price, 2) }} {{ $variant->discount }}% {{ $variant->quantity }} {{ $variant->scale }} {{ $variant->height }} {{ $variant->width }} {{ $variant->depth }} {{ $variant->weight }} {{ $variant->product_code }} Edit
@csrf @method('DELETE')
No variants found for this product.
@endsection