@if ($errors->has('short_description'))
{{ $errors->first('short_description') }}
@endif
@if ($errors->has('meta_description'))
{{ $errors->first('meta_description') }}
@endif
 }})
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
 }})
@if ($errors->has('banner_image'))
{{ $errors->first('banner_image') }}
@endif
 }})
@if ($errors->has('meta_image'))
{{ $errors->first('meta_image') }}
@endif