{{ trans_choice('general.accounts', 2) }} @can('create-banking-accounts') {{ trans('general.title.new', ['type' => trans_choice('general.accounts', 1)]) }} @endcan @foreach($accounts as $item)
{{ $item->name }}
@if (! $item->enabled) @endif @if (setting('default.account') == $item->id) @endif
{{ $item->number }}
@endforeach