%PDF- %PDF-
Direktori : /home/nginx/.vscode-server/data/User/History/-358d973/ |
Current File : //home/nginx/.vscode-server/data/User/History/-358d973/eMFT.php |
<x-app-layout> <x-slot name="header"> <h2 class="text-gray-800 leading-tight">{{ __('Import messages') }}</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 @if(count($importer->errors) == 0) <div><a href="{{ route('contest.detailed-results', [$contestId]) }}"><x-primary-button title="{{ __('Go to detailed results') }}">{{ __('Detailed results') }}</x-primary-button></a></div> @endif <div><a href="{{ route('contest.show', [$contestId]) }}"><x-primary-button title="{{ __('Go to the contest page') }}">{{ __('Contest') }}</x-primary-button></a></div> </div> </x-app-layout>