@extends('layouts.admin.app') @section('title', __('trans.education_systems.title')) @section('content')

{{ __('trans.education_systems.title') }}

@php $actions = [ ['type' => 'custom', 'html' => '
  • '.__('trans.stage.title').'
  • '], ['type' => 'edit', 'url' => url('admin/education_systems'),], ['type' => 'delete', 'url' => url('admin/education_systems'),], ]; @endphp
    @endsection