@php $countries = App\Models\Country::all(); $educations = json_decode(auth()->user()->educations, true) ?? []; // Check if the specified index exists and get the education data $education = isset($educations[$index]) ? $educations[$index] : null; @endphp @if ($education)
@csrf
@else

{{ get_phrase('Education data not found.') }}

@endif @include('instructor.init')