@extends('layouts/contentLayoutMaster') @section('title', 'تعديل منتج ') @section('vendor-style') @endsection @section('content')

تعديل منتج

@csrf @method('put')
اسم المنتج بالعربي *
@if ($errors->has('name')) @endif
اسم المنتج بالأنجليزي *
@if ($errors->has('name_en')) @endif
شرح تفاصيل المنتج بالعربي *
@if ($errors->has('desc_ar')) @endif
شرح تفاصيل المنتج بالانجليزي *
@if ($errors->has('desc_en')) @endif
سعر المنتج *
@if ($errors->has('price')) @endif
الصورة
@if ($errors->has('img')) @endif
status == 1 ) checked @endif @endif value="1" > @if ($errors->has('status')) @endif

المخازن

@foreach ($zones as $zone)
{{$zone->name}} *
stocks as $_stock) @if($_stock->zone_id == $zone->id) value="{{old('price_'.$zone->id,$_stock->stock)}}" @endif @endforeach required> @if ($errors->has('stock_{{$zone->id}}')) @endif

@endforeach
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection