%PDF- %PDF-
| Direktori : /home/nginx/.vscode-server/data/User/History/-358d973/ |
| Current File : //home/nginx/.vscode-server/data/User/History/-358d973/eJmE.php |
<x-app-layout>
<x-slot name="header">
<h2 class="text-gray-800 leading-tight">{{ $contest->contestname }}</h2>
</x-slot>
<div class="m-auto flex flex-row gap-2 justify-center mb-4">
@if(count($importer->errors))
<h2>{{ __('Errors') }}</h2>
<ul>
@foreach(@importer->errors as $error)
<li>{{ $error }}</li>
@endforeach
</ul>
@endif
@if(count($importer->warnings))
<h2>{{ __('Warnings') }}</h2>
<ul>
@foreach(@importer->warnings as $warning)
<li>{{ $warning }}</li>
@endforeach
</ul>
@endif
</div>
</x-app-layout>