📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 03:18:18
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
resources
/
views
/
frontend
/
candidate-dashboard
/
profile
📍 /home/orkouolp/web/testing.orkobd/laravel/resources/views/frontend/candidate-dashboard/profile
🔄 Refresh
✏️
Editing: ajax-education-table.blade.php
Writable
@foreach ($candidateEducation as $education) <tr> <td>{{ $education->level }}</td> <td>{{ $education->degree }}</td> <td>{{ $education->year }}</td> {{-- <td>{{ $education->note }}</td> --}} <td> <a href="{{ route('candidate.education.edit', $education->id) }}" class="btn btn-sm btn-primary edit-education" data-bs-toggle="modal" data-bs-target="#educationModal"><i class="fas fa-edit"></i></a> <a href="{{ route('candidate.education.destroy', $education->id) }}" class="btn btn-sm btn-danger delete-education" ><i class="fas fa-trash-alt"></i></a> </td> </tr> @endforeach
💾 Save Changes
❌ Cancel