@extends('layouts.admin.app') @section('title', __('trans.grade.title') . ' - ' . $stage->name) @section('content')

{{ __('trans.grade.title') }} ({{ $stage->educationSystem->name }} - {{ $stage->name }})

{{ __('trans.back') }}
@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
    @endsection