{{ __('shop_details') }} | {{ __('status') }} |
---|---|
{{ Str::limit($shop->name, 30, '...') }}
|
@if ($shop->status->value == 'Active') {{ $shop->status->value }} @else {{ $shop->status->value }} @endif |
{{ __('sl') }} | {{ __('shop_name') }} | {{ __('subscription_title') }} | {{ __('is_current') }} | {{ __('payment_gateway') }} | {{ __('payment_status') }} | {{ __('expired_at') }} |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $shopSubscription->shop->name }} | {{ $shopSubscription->subscription->title }} | {{ $shopSubscription->is_current }} | {{ $shopSubscription->payment_gateway }} | {{ $shopSubscription->payment_status }} | {{ dateFormat($shopSubscription->expired_at) }} |