@extends('admin.layout.master') @section('styles') @endsection @section('content')

کپی محصول {{$product->title}}}

@csrf
@if($product->plusi != 0)
@endif
@if(!empty($product->attributevalues[0]))
@foreach($attributegroup as $attribute) @endforeach
@else
@include('admin.products.vizh')
@endif
status == 0) checked @endif> منتشر نشده status == 1) checked @endif> منتشر شده
warranty == 1) checked @endif> ضمانت دارد warranty == 0) checked @endif> ضمانت ندارد
major_status == 1) checked @endif> فعال major_status == 0) checked @endif> غیر فعال
@foreach($product->photos as $photo)
@endforeach
@endsection @section('scripts') @endsection