static label tags converted view component
This commit is contained in:
@ -35,9 +35,9 @@
|
||||
|
||||
<x-slot name="body">
|
||||
<div class="sm:col-span-6">
|
||||
<label for="cron_command" class="form-control-label">
|
||||
<x-form.label for="cron_command">
|
||||
{{ trans('settings.scheduling.command') }}
|
||||
</label>
|
||||
</x-form.label>
|
||||
<input type="text" class="w-full text-sm px-3 py-2.5 mt-1 rounded-lg border border-light-gray text-black placeholder-light-gray bg-white disabled:bg-gray-200 focus:outline-none focus:ring-transparent focus:border-purple" disabled value="php {{ base_path('artisan') }} schedule:run >> /dev/null 2>&1">
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user