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