@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('is_tint'))
{{ $errors->first('is_tint') }}
@endif
@if ($errors->has('is_premium'))
{{ $errors->first('is_premium') }}
@endif
@if ($errors->has('url_type'))
{{ $errors->first('url_type') }}
@endif
@if ($errors->has('is_active'))
{{ $errors->first('is_active') }}
@endif