@if($artisan_output)
        {{ __('voyager::compass.commands.clear_output') }}{{ __('voyager::compass.commands.command_output') }}:{{ trim(trim($artisan_output,'"')) }}
    
@endif @foreach($commands as $command)
php artisan {{ $command->name }} {{ $command->description }}
{{ csrf_field() }}
@endforeach