@if(!$command->department_id && \Gate::allows('campaigns-commands-assign-department'))
Assign Department
@endif
@if(!$command->end_date && \Gate::allows('campaigns-commands-mark-complete'))
Mark Completed
@endif
@if(!$command->end_date && \Gate::allows('campaigns-commands-assign-tech'))
Assign Tech
@endif
@if(\Gate::allows('campaigns-commands-edit'))
@endif
@if(\Gate::allows('campaigns-commands-delete'))
@endif