@extends('layouts.admin') @section('content')

Manage Disciplinary Action Types

These are the types of Disciplinary actions your members can get. Default order is alphabetically.

@can('disciplinary_action_type_manage') @endcan
@foreach ($da_types as $type)

{{ $type->name }}

@endforeach
@endsection