@extends('layouts.admin_layout') @section('title', 'Edit Variant - '.$product->product_name) @section('content')

Edit Variant - {{$product->product_name}}

Edit Variant - {{$product->product_name}}

@csrf
@foreach($attribute_list as $attribute_row)

Value (For example, M, Black, etc)

Value Alias (For example, 8x8 Feet, #0000, etc. Can keep the same as original value.)

@endforeach @if($product->product_category_id == 1)
@endif
@foreach($variant_gallery as $variant_gallery_row) @endforeach
@php $i = 0; @endphp @foreach($sections as $section_row)
@if(!empty($i))
@endif
@php $i++; @endphp @endforeach
@php echo View::make('admin.image_selection', ['files' => $files]); @endphp
@endsection