@extends('souq.layout.master') @section('title', 'إضافه منتج') @section('content')

إضافه منتج

إنشاء جديد

@csrf
@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
@if ($errors->has('description')) {{ $errors->first('description') }} @endif

الصور

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