View {{ __('Subscription') }}
@if($setting->logo_type == 'L')
@else()
{{ $setting->project_title }}
@endif
{{ __('Date') }}: {{ date('jS F Y', strtotime($plans['created_at'])) }}
{{ __('Address') }}: {{ $plans->user['address'] }}
@if($plans->user['state_id'] == !NULL) {{ $plans->user->state['name'] }}, @endif @if($plans->user['country_id'] == !NULL) {{ $plans->user->country['name'] }}
@endif {{ __('Phone') }}: @if(Auth::user()->role == "admin") {{ $plans->user['mobile'] }} @else @if($gsetting->hide_identity == 0) {{ $plans->user['mobile'] }} @else Hidden @endif @endif
{{ __('Email') }}: @if(Auth::user()->role == "admin") {{ $plans->user['email'] }} @else @if($gsetting->hide_identity == 0) {{ $plans->user['email'] }} @else Hidden @endif @endif
{{ __('OrderID') }}: {{ $plans['order_id'] }}
{{ __('TransactionId') }}: {{ $plans['transaction_id'] }}
{{ __('PaymentMethod') }}: {{ $plans['payment_method'] }}
{{ __('Currency') }}: {{ $plans['currency'] }} {{ __('Enrollon') }}: {{ date('jS F Y', strtotime($plans['created_at'])) }} @if($plans->enroll_expire != NULL) {{ __('EnrollEnd') }}: {{ date('jS F Y', strtotime($plans['enroll_expire'])) }} @endif
{{ __('Plan') }} | {{ __('Currency') }} | {{ __('Total') }} |
---|---|---|
{{ $plans->plans['title'] }} | {{ $plans['currency'] }} | {{ $plans['total_amount'] }} |