@if ($errors->has('description_ar'))
{{ $errors->first('description_ar') }}
@endif
@if ($errors->has('description_en'))
{{ $errors->first('description_en') }}
@endif
@if ($errors->has('rounds_type'))
{{ $errors->first('rounds_type') }}
@endif
@if ($errors->has('category_id'))
{{ $errors->first('category_id') }}
@endif
@if ($errors->has('launch_date'))
{{ $errors->first('launch_date') }}
@endif