@if($artisan_output)
       clear outputArtisan Command Output:{{ trim(trim($artisan_output,'"')) }}
    
@endif @foreach($commands as $command)
php artisan {{ $command->name }} {{ $command->description }}
{{ csrf_field() }}
@endforeach