@extends('souq.layout.master') @section('title', 'تعديل منتج') @section('content')

تعديل منتج

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('sub_category_id')) {{ $errors->first('sub_category_id') }} @endif
@forelse($row->properties as $property)
@empty

لا يوجد خصائص بالقسم المختار

@endforelse
@if ($errors->has('description')) {{ $errors->first('description') }} @endif

الصور

@if ($errors->has('images')) {{ $errors->first('images') }} @endif
@stop @section('scripts') @stop