akaunting 3.0 (the last dance)
This commit is contained in:
17
resources/views/components/documents/show/message.blade.php
Normal file
17
resources/views/components/documents/show/message.blade.php
Normal file
@ -0,0 +1,17 @@
|
||||
@stack($type . '_message_start')
|
||||
|
||||
<div @class([
|
||||
'rounded-xl px-5 py-3 mb-5',
|
||||
$backgroundColor
|
||||
])
|
||||
>
|
||||
<p @class([
|
||||
'text-sm mb-0',
|
||||
$textColor
|
||||
])
|
||||
>
|
||||
{!! $message !!}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@stack($type . '_message_end')
|
Reference in New Issue
Block a user