@extends('admin.layouts.app') @section('content') {!! $form['heading'] !!} @csrf Product Name * Category * @foreach($categories as $id => $label) category_id) == $id ? 'selected' : '' }}> {{ $label }} @endforeach Sub Category @foreach($subCategories as $id => $label) sub_category_id) == $id ? 'selected' : '' }}> {{ $label }} @endforeach Min Price * Price * Product Icon @if ($data->icon) @endif Product Size Chart @if ($data->size_chart) @endif Colors @php $colors = $data->colors_data; @endphp @if(!empty($colors)) @foreach($colors as $index => $color) X @endforeach @endif + Add Color Size Material {{ old('material', $data->material ?? '') }} Weight Profit Share USA Profit Share International Platform Content {{ old('description', $data->description ?? '') }} Save Changes Cancel @endsection @push('footer-js') @endpush