Update details.blade.php

Update blade to use language translation feature

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
This commit is contained in:
Kendall Arneaud 2024-07-26 13:19:11 -04:00 committed by GitHub
parent 42c650fd5a
commit 2ea54b0042
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
<dd> Gateway: </dd>
<dd> {{ ctrans('texts.gateway') }}: </dd>
<dt>{{ $brand }}</dt>
<dd> Account Number: </dd>
<dt>{{ $account_number }}</dt>
<dd> {{ ctrans('texts.account_number') }}: </dd>
<dt>{{ $account_number }}</dt>