@extends('admin.layout.master') @section('title', 'أقسام المنتجات') @section('content')

أقسام المنتجات

إنشاء جديد

@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('client_point')) {{ $errors->first('client_point') }} @endif
@if ($errors->has('merchant_point')) {{ $errors->first('merchant_point') }} @endif
@if ($errors->has('count')) {{ $errors->first('count') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('point_product_images')) {{ $errors->first('point_product_images') }} @endif
@stop