@extends('layouts.app') @section('title', 'Exams - Eduself') @section('content')

Exams

Add {{-- @foreach ($countries as $index => $country) @endforeach --}}
ID Exam Name Note Status Actions
{{ $index + 1 }} {{ $country->country_name }} {{ $country->note }} {{ $country->status == 'active' ? 'Active' : 'Inactive' }} Edit
@csrf @method('DELETE')
@endsection