@extends('layouts.admin') @section('title', 'ویرایش محصول') @section('content')

ویرایش محصول: {{ $product->name }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
is_free) ? 'checked' : '' }}>
is_active) ? 'checked' : '' }}>
is_featured) ? 'checked' : '' }}>
related_products) : $product->related_products) }}">
@if($product->thumbnail && $product->thumbnail->path) {{ $product->name }} @else
@endif در صورت انتخاب تصویر جدید، تصویر قبلی حذف خواهد شد.
انصراف
@endsection @push('scripts') @endpush