@switch($type) @case($type == 'store_id')
store?->logo) style="height:30px;border-radius: 50%;" src="{{ asset('storage/'.$transaction->store?->logo) }}" @else src="{{ asset('admin/authentication.png') }}" @endif alt="{{ $transaction->store?->getTranslation('title',app()->getLocale()) }}" class="w-75" style="height:30px;">
{{ $transaction->store?->getTranslation('title',app()->getLocale()) }}
@break @case($type == 'type') @if($transaction->type == '1') {{ __('Cash') }} @else {{ __('Visa') }} @endif @break @case($type == 'commission_status')
commission_status == 1) checked @endif onchange="changeStatus({{$transaction->id}},'commission_status')">
@break @case($type == 'collect_status')
collect_status == 1) checked @endif onchange="changeStatus({{$transaction->id}},'collect_status')">
@break @case($type == 'actions')
@can('transactions-delete') @endcan
@break @default

There is no activity

@endswitch