@extends('panel.admin.layouts.layout') @section('content')

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


@if ($errors->any())
@endif
@csrf @method('PUT')
تنظیمات سئو
برای انتخاب چند تگ از کلید Ctrl (یا Cmd) استفاده کنید.
@if($product->image)
Current Image
@endif
در صورت عدم تغییر، خالی بگذارید
@if($product->images->count() > 0)
@foreach($product->images as $img) @endforeach
@endif
status) ? 'checked' : '' }}>
featured) ? 'checked' : '' }}>
انصراف
@endsection @section('title') ویرایش محصول @endsection