@extends('layouts.admin', ['title' => 'تصاویر']) @section('content')

مدیریت محصولات - تصاویر ( {{ $product->title }} )

تصویر جدید

@if($data->isEmpty() && $product->image_social == '' && $product->image_discount == '') @else @foreach($data as $item) @endforeach @if($product->image_social != '') @endif @if($product->image_discount != '') @endif
تصویر تصویر اصلی عملیات
{{ $item->is_main_title }} تصویر اصلی حذف
تلگرام حذف
تخفیف حذف
@endif
مرحله بعدی مرحله قبلی بازگشت
@stop