Collections *
@if ($errors->has('collections_id'))

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

@endif
Title *
@if($errors->has('title'))

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

@endif
Button Name
@if($errors->has('title'))

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

@endif
Status *
@if ($errors->has('status'))

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

@endif
Image
@if($errors->has('jewellery_image'))

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

@endif @if(isset($theme_options)) @if($theme_options->jewellery_image) @endif @endif
Description
@if($errors->has('description'))

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

@endif