Images Uploard

@if ($errors->has('feature_img'))

{{ $errors->first('feature_img') }}

@endif
@if ($errors->has('gallery_image'))

{{ $errors->first('gallery_image') }}

@endif

Other Status





{{--

SEO Optimize

@if ($errors->has('seo_title'))

{{ $errors->first('seo_title') }}

@endif
@if ($errors->has('seo_desc'))

{{ $errors->first('seo_desc') }}

@endif
@if ($errors->has('seo_keyword'))

{{ $errors->first('seo_keyword') }}

@endif
--}}
@if ($errors->has('meta_title'))

{{ $errors->first('meta_title') }}

@endif
@if ($errors->has('meta_description'))

{{ $errors->first('meta_description') }}

@endif
@if ($errors->has('meta_keyword'))

{{ $errors->first('meta_keyword') }}

@endif