accordion description controlled for RTL
This commit is contained in:
parent
09171e66b3
commit
e38c1a5c64
@ -4,7 +4,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
@if (! empty($description))
|
@if (! empty($description))
|
||||||
<span class="text-sm font-light text-black">
|
<span class="text-sm font-light text-black flex gap-x-1 mt-1">
|
||||||
{!! $description !!}
|
{!! $description !!}
|
||||||
</span>
|
</span>
|
||||||
@endif
|
@endif
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
@if (!empty($description))
|
@if (!empty($description))
|
||||||
<span class="text-sm font-light text-black">
|
<span class="text-sm font-light text-black flex gap-x-1 mt-1">
|
||||||
{!! $description !!}
|
{!! $description !!}
|
||||||
</span>
|
</span>
|
||||||
@endif
|
@endif
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
@if (! empty($description))
|
@if (! empty($description))
|
||||||
<span class="text-sm font-light text-black">
|
<span class="text-sm font-light text-black flex gap-x-1 mt-1">
|
||||||
{!! $description !!}
|
{!! $description !!}
|
||||||
</span>
|
</span>
|
||||||
@endif
|
@endif
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
</x-button.hover>
|
</x-button.hover>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="text-black-400 text-sm">
|
<div class="text-black-400 text-sm flex gap-x-1 mt-1">
|
||||||
{{ trans('transactions.slider.attachments') }}
|
{{ trans('transactions.slider.attachments') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
</x-button.hover>
|
</x-button.hover>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="text-black-400 text-sm">
|
<div class="text-black-400 text-sm flex gap-x-1 mt-1">
|
||||||
{!! trans('transactions.slider.children', ['count' => $transaction->children()->count()]) !!}
|
{!! trans('transactions.slider.children', ['count' => $transaction->children()->count()]) !!}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
</x-button.hover>
|
</x-button.hover>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="text-black-400 text-sm">
|
<div class="text-black-400 text-sm flex gap-x-1 mt-1">
|
||||||
@if ($transaction->isRecurringTransaction())
|
@if ($transaction->isRecurringTransaction())
|
||||||
{!! trans('transactions.slider.create_recurring', ['user' => $transaction->owner->name, 'date' => $created_date]) !!}
|
{!! trans('transactions.slider.create_recurring', ['user' => $transaction->owner->name, 'date' => $created_date]) !!}
|
||||||
@else
|
@else
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
</x-button.hover>
|
</x-button.hover>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="text-black-400 text-sm">
|
<div class="text-black-400 text-sm flex gap-x-1 mt-1">
|
||||||
{!! trans('transactions.slider.schedule', ['frequency' => $frequency, 'interval' => $transaction->recurring->interval, 'date' => $started_date]) !!}
|
{!! trans('transactions.slider.schedule', ['frequency' => $frequency, 'interval' => $transaction->recurring->interval, 'date' => $started_date]) !!}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
@if ($transfer)
|
@if ($transfer)
|
||||||
<div class="text-black-400 text-sm">
|
<div class="text-black-400 text-sm flex gap-x-1 mt-1">
|
||||||
{!! trans('transactions.slider.transfer_headline', ['from_account' => $from_account, 'to_account' => $to_account]) !!}
|
{!! trans('transactions.slider.transfer_headline', ['from_account' => $from_account, 'to_account' => $to_account]) !!}
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user