resources/views/form/card.blade.php: Show card text preview.
This commit is contained in:
parent
de7c503cfe
commit
3e1bbf77d5
1 changed files with 7 additions and 0 deletions
|
|
@ -3,6 +3,13 @@
|
|||
|
||||
<x-header>{{ __(($this->isNew() ? 'Create' : 'Edit') . ' card') }}</x-header>
|
||||
|
||||
<div>
|
||||
<h2 class="font-medium text-sm text-gray-700">{{ __('Preview') }}</h2>
|
||||
<div class="bg-blue-100 border border-blue-200 rounded-md px-3 py-2">
|
||||
<x-card-text :card="$record" :subject="$this->subject" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form class="space-y-4" wire:submit.prevent="submit">
|
||||
|
||||
<div>
|
||||
|
|
|
|||
Reference in a new issue