@if (!Auth::User()->perm('send_command', 'view')) @else
{!!Form::label('device_id[]', trans('validation.attributes.devices').':')!!} {!!Form::select('device_id[]', $devices_gprs, (isset($device_id) ? $device_id : null), ['class' => 'form-control', 'multiple' => 'multiple', 'data-live-search' => true, 'data-actions-box' => true])!!}
{!!Form::label('type', trans('validation.attributes.type').':')!!} {!!Form::select('type', $commands, (isset($command) ? $command : null), ['class' => 'form-control'])!!}
@endif