@foreach (app(\Astrotomic\Translatable\Locales::class)->all() as $locale)
@if ($errors->has('title:' . $locale))
{{ $errors->first('title:' . $locale) }}
@endif
@endforeach
@foreach (app(\Astrotomic\Translatable\Locales::class)->all() as $locale)
@if ($errors->has('description:' . $locale))
{{ $errors->first('description:' . $locale) }}
@endif
@endforeach
@foreach (app(\Astrotomic\Translatable\Locales::class)->all() as $locale)
@if ($errors->has('file:' . $locale))
{{ $errors->first('file:' . $locale) }}
@endif @if($attachment->{'file_url:' . $locale})
@if($attachment->type == App\Enums\AttachmentTypes::Image->value) @else
{{ $attachment->{'file:' . $locale} }}
Scarica file
@endif @if ($locale != app(\Astrotomic\Translatable\Locales::class)->current())
@endif
@endif
@endforeach
@if($attachment->type == App\Enums\AttachmentTypes::Document->value)
@foreach (config('ecoclima.sites') as $key => $name)
websites[$key] ?? null) ? 'checked' : "" }}>
@endforeach
@if ($errors->has('url'))
{{ $errors->first('url') }}
@endif
@endif