@extends('souq.layout.master') @section('title', 'اضافة تصنيف فرعى') @section('content')

اضافة تصنيف فرعى

إنشاء جديد

@csrf
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('properties')) {{ $errors->first('properties') }} @endif
@stop