@php use App\Enums\OrderableType; @endphp @php($locale = strtolower(str_replace('_', '-', $this->config('locale', config('app.locale')))))
{{ OrderableType::GROUP_COURSE->label() }}
{{ OrderableType::PERSONAL_COURSE->label() }}
{{ OrderableType::SERVICE->label() }}
@if($this::canCreate()) @endif @if($this::canView()) @endif