@can('edit mission_types')
{{ trans_choice('hr_messages.Mission type', 0) }} {{ $mission->name }}
{{ $mission->id }}
@endcan
@can('delete mission_types')
{{ trans_choice('hr_messages.Mission type', 0) }} {{ $mission->name }}
{{ $mission->id }}
@endcan