{{ __('All Subscription Purchase Pending List') }}
{{__('Image')}} | {{__('Name')}} | {{__('Package Name')}} | {{__('Purchase date')}} | {{__('Expired at')}} | {{__('')}} | {{__('Status')}} |
---|---|---|---|---|---|---|
|
{{ @$userSubscription->user->student->name }} | {{ $userSubscription->title }} | {{ $userSubscription->enroll_date }} | {{ $userSubscription->expired_date }} |
@if($userSubscription->payment->payment_method == 'bank')
{{ __('Deposit Bank Name') }}: {{ $userSubscription->payment->bank->name }} {{ __('Deposit By') }}: {{ $userSubscription->payment->deposit_by }} {{ __('Deposit Slip') }}: {{ __('Download') }} @endif |
{{$userSubscriptions->links()}}