@extends('layouts.app') @section('css') @endsection @section('content')
{{ __('Item') }} >> {{ $itemInfo->name }} >> {{ __('New Variant') }}
{{ $currency_symbol }}
{{ $currency_symbol }}
{{ __('Note') }}! {{ __('Allowed File Extensions: jpg, png, gif, bmp') }}
@if ($hasVariants)

{{ __('Attribute') }}

@if(isset($size))
@endif @if(isset($color))
@endif @if(isset($weight))
@endif @if(isset($customVariantItem))
@foreach($customVariantItem as $cusVariant)
@endforeach
@endif @endif
{{ $currency_symbol }}
{{ __('Cancel') }}
@endsection @section('js') {!! translateValidationMessages() !!} @endsection