typo
This commit is contained in:
parent
504fc14675
commit
4c9ec2ffc1
@ -1,7 +1,7 @@
|
||||
<x-show.accordion type="create">
|
||||
<x-slot name="head">
|
||||
@php
|
||||
$created_date = '<span class="font-medium">' . company_date($transaction->created_at) . '</span>'
|
||||
$created_date = '<span class="font-medium">' . company_date($transaction->created_at) . '</span>';
|
||||
$description = trans('transactions.slider.create', ['user' => $transaction->owner->name, 'date' => $created_date]);
|
||||
|
||||
if ($transaction->isRecurringTransaction()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user