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

{{ __('Add Product') }}

@csrf
@foreach ($variants as $variant)
@foreach ($variant->children as $child) @endforeach
@endforeach

@endsection