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

There is no activity

@endswitch