@extends('layouts/contentLayoutMaster') @section('title', 'أضافة منتج جديد ') @section('vendor-style') @endsection @section('content')

أضافة منتج

@csrf
اسم المنتج بالعربي *
@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
@if ($errors->has('status')) @endif

المخازن

@foreach ($zones as $zone)
{{$zone->name}} *
@if ($errors->has('stock_{{$zone->id}}')) @endif

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