@push('styles') @endpush @push('scripts') @vite('resources/js/news-submissions.js') @endpush {{-- Server side errors summary --}} @if($errors->any()) @foreach( $errors->all() as $error ) @endforeach @endif
@error('title') @enderror
@error('description') @enderror
@error('gallery') @enderror @error('gallery.*') @enderror
@if($isEdit) @can('moderate',$news)
@endcan @cannot('moderate', $news) @endcannot @endif @csrf