static label tags converted view component

This commit is contained in:
Burak Civan
2022-06-17 14:09:26 +03:00
parent f4fbe6d28e
commit 003c418243
7 changed files with 20 additions and 20 deletions

View File

@ -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>

View File

@ -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>