@extends('admin.layout.app') @section('content')

Products Add

@csrf
Pricing Info
Visibility Status
status == 'published' ? 'checked' : '' }}>
status == 'scheduled' ? 'checked' : '' }}>
status == 'hidden' ? 'checked' : '' }}>
Publish Schedule
Size
{{-- @foreach($product->variant as $variants)--}} {{-- @dd($variants->size);--}} {{-- @endforeach--}} {{-- @dd($product->variant);--}}
@php // Collect all sizes that the product has $variantSizes = $product->variant->pluck('size')->toArray(); @endphp @foreach (['XS', 'S', 'M', 'L', 'XL'] as $size)
@endforeach
Tags
Categories
Inventory Info
Basic information
https://eBazar.com/
Images
Only portrait or square images, 2M max and 2000px max-height.
{{-- --}}
@foreach($product->variant->where('size', '==',null) as $variants) @endforeach
Color Quantity Action
{{--
--}}
@endsection @push('script') @endpush