@extends('admin.layout.master') @section('title', 'اضف صنف') @section('content')

اضف صنف

إنشاء جديد

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif

اللوجو

@if ($errors->has('logo')) {{ $errors->first('logo') }} @endif
@if ($errors->has('sliders')) {{ $errors->first('sliders') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@stop