@foreach (app(\Astrotomic\Translatable\Locales::class)->all() as $locale)
@if ($errors->has('name:' . $locale))
{{ $errors->first('name:' . $locale) }}
@endif
@endforeach
@foreach (app(\Astrotomic\Translatable\Locales::class)->all() as $locale)
@if ($errors->has('description:' . $locale))
{{ $errors->first('description:' . $locale) }}
@endif
@endforeach
@if ($errors->has('color'))
{{ $errors->first('color') }}
@endif
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if($category->image_url)
@endif
@if ($errors->has('image_background'))
{{ $errors->first('image_background') }}
@endif
@if($category->image_background_url)
@endif
@if ($errors->has('image_cover'))
{{ $errors->first('image_cover') }}
@endif
@if($category->image_cover_url)
@endif
@if ($errors->has('image_list'))
{{ $errors->first('image_list') }}
@endif
@if($category->image_list_url)
@endif
is_active) ? 'checked' : "" }} value="1">
@if ($errors->has('is_active'))
{{ $errors->first('is_active') }}
@endif
is_new) ? 'checked' : "" }} value="1">
@if ($errors->has('is_new'))
{{ $errors->first('is_new') }}
@endif