{{-- Page Header --}}
Add Command
{{-- Info Card --}}
Commands trigger when viewers type !commandname in chat.
Use variables like {user} to personalize responses.
{{-- Commands List --}}
@if($commands->count() > 0)
{{-- Mobile Card View --}}
@foreach($commands as $command)
{{-- Header Row --}}
!{{ $command->name }}
@if($command->is_enabled)
On
@else
Off
@endif