@include('backend.layouts.autocomplete') @extends('backend.layouts.app') @section('content')

{{ TranslationManager::translate('All External Exams') }}

@foreach ($exams as $key => $exam) @endforeach
{{ TranslationManager::translate('#') }} {{ TranslationManager::translate('Image') }} {{ TranslationManager::translate('Name') }} {{ TranslationManager::translate('Link') }} {{ TranslationManager::translate('Action') }}
{{ $key + 1 }} {{ $exam->title[app()->getLocale()] ?? '' }} {{ $exam->link ?? '' }} {{ TranslationManager::translate('Edit') }}
@csrf @method('DELETE')
{{ $exams->links() }}
@endsection @push('scripts') @endpush