We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6386b87 commit 8ed18a8Copy full SHA for 8ed18a8
resources/views/livewire/modals/create-card.blade.php
@@ -1,9 +1,8 @@
1
@props(['config'])
2
3
-<x-filament::modal id="create-card-modal" :heading="__('Create New :recordLabel', ['recordLabel' => $config['recordLabel'] ?? 'Card'])">
4
- <x-filament::modal.description>
5
- {{ __('Add a new :recordLabel to the board', ['recordLabel' => strtolower($config['recordLabel'] ?? 'card')]) }}
6
- </x-filament::modal.description>
+<x-filament::modal id="create-card-modal" :heading="__('Create New :recordLabel', ['recordLabel' => $config['recordLabel'] ?? 'Card'])"
+:description="__('Add a new :recordLabel to the board', ['recordLabel' => strtolower($config['recordLabel'] ?? 'card')])"
+>
7
8
{{ $this->createForm }}
9
0 commit comments