static label tags converted view component
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
<x-form.group.text name="subject" label="{{ trans('settings.email.templates.subject') }}" form-group-class="sm:col-span-6" />
|
||||
|
||||
<div class="form-group sm:col-span-6 required" v-if='form.body != null'>
|
||||
<x-form.label for="body" class="form-control-label">
|
||||
<x-form.label for="body">
|
||||
{{ trans('settings.email.templates.body') }}
|
||||
</x-form.label>
|
||||
|
||||
|
@ -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