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

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

Add 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

@php echo View::make('admin.image_selection', ['files' => $files]); @endphp
@endsection