{{ trans('cruds.balanceHistory.fields.id') }} | {{ trans('cruds.balanceHistory.fields.user') }} | {{ trans('cruds.balanceHistory.fields.amount') }} | {{ trans('cruds.balanceHistory.fields.type') }} | ||
---|---|---|---|---|---|
{{ $balanceHistory->id ?? '' }} | {{ $balanceHistory->user->name ?? '' }} | {{ $balanceHistory->amount ?? '' }} | {{ App\Models\BalanceHistory::TYPE_RADIO[$balanceHistory->type] ?? '' }} | @can('balance_history_show') {{ trans('global.view') }} @endcan @can('balance_history_edit') {{ trans('global.edit') }} @endcan @can('balance_history_delete') @endcan |