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>