@extends('branch.layout.master') @section('title', 'المنتجات') @section('content')

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

@csrf @method("PATCH") {{-- Company Manager informations --}}

@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('discount_percent')) {{ $errors->first('discount_percent') }} @endif
@if ($errors->has('description_ar')) {{ $errors->first('description_ar') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('company_code')) {{ $errors->first('company_code') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('mark_id')) {{ $errors->first('mark_id') }} @endif
@if ($errors->has('count_in_group')) {{ $errors->first('count_in_group') }} @endif
@if ($errors->has('color_id')) {{ $errors->first('color_id') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('warranty')) {{ $errors->first('warranty') }} @endif

يرجي إختيار المنتجات المراد إظهاراها في المنتجات المتشابهه بحد اقصي 8 @if ($errors->has('similar')) {{ $errors->first('similar') }} @endif

صور المنتج

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



@if ($errors->has('usages')) {{ $errors->first('usages') }} @endif
@if ($errors->has('brightness')) {{ $errors->first('brightness') }} @endif
@if ($errors->has('meter_per_box')) {{ $errors->first('meter_per_box') }} @endif

مواصفات الأجهزة


@if ($errors->has('other')) {{ $errors->first('other') }} @endif
@if ($errors->has('shipping_terms_ar')) {{ $errors->first('shipping_terms_ar') }} @endif
@if ($errors->has('shipping_terms_en')) {{ $errors->first('shipping_terms_en') }} @endif

@foreach($shops as $shop)
@endforeach
{{-- end Company Manager informations --}}
@stop