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

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

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