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