@extends('layouts.app') @section('content')

Artisan

Run quick Laravel maintenance commands from the admin panel.

@if(session('status'))
{{ session('status') }}
@endif
@foreach($commands as $command => $label)
{{ $label }}
{{ $command }}

Click the button below to run php artisan {{ $command }}.

@csrf
@endforeach
@endsection