{{-- Pushed in header. --}} @push('styles') @endpush @push('scripts') @vite('resources/js/submissions.js') @endpush {{-- Server side errors summary --}} @if($errors->any()) @foreach( $errors->all() as $error ) @endforeach @endif