@php
$actions = [
['type' => 'custom', 'html' => '
'.__('trans.grade.title').''],
['type' => 'edit', 'url' => url('admin/education_systems/' . $education_system->id . '/stages'),],
['type' => 'delete', 'url' => url('admin/education_systems/' . $education_system->id . '/stages'),],
];
@endphp