{!! csrf_field() !!}

Create Service Subcategory


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

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

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


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











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