{{ $command->title }}
@if(isUser(\App\User::TeamLead))
{{ $command->tech_id ? $command->tech->name : '-' }}
@endif
{{ $command->due_date ? $command->due_date->toDateString() : '-' }}
{{ $command->end_date ? $command->end_date->toDateString() : '-' }}
{{ $command->note ?? '-' }}
@if(\Gate::allows('campaigns-commands-mark-complete'))
Mark As Complete
@endif