/home/techb158/ileadtechnology.com/resources/views/front/purchase_history
NameSizeModeActions
confirmation.blade.php40240644editdlrm
download.blade.php100940644editdlrm
invoice.blade.php95460644editdlrm
purchase.blade.php119430644editdlrm
refund.blade.php58920644editdlrm
refund_invoice.blade.php00644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/front/purchase_history/download.blade.php (10094B)
{{ __('frontstaticword.Invoice') }}
From: @if($orders->course_id != NULL) {{ $orders->courses->user['fname'] }}
{{ __('frontstaticword.address') }}: {{ $orders->courses->user['address'] }}
@if($orders->courses->user->state_id == !NULL) {{ $orders->courses->user->state['name'] }}, @endif @if($orders->courses->user->country_id == !NULL) {{ $orders->courses->user->country['name'] }} @endif
{{ __('frontstaticword.Phone') }}: {{ $orders->courses->user['mobile'] }}
{{ __('frontstaticword.Email') }}: {{ $orders->courses->user['email'] }} @else {{ $orders->bundle->user['fname'] }}
{{ __('frontstaticword.address') }}: {{ $orders->bundle->user['address'] }}
@if($orders->bundle->user->state_id == !NULL) {{ $orders->bundle->user->state['name'] }}, @endif @if($orders->bundle->user->state_id == !NULL) {{ $orders->bundle->user->country['name'] }} @endif
{{ __('frontstaticword.Phone') }}: {{ $orders->bundle->user['mobile'] }}
{{ __('frontstaticword.Email') }}: {{ $orders->bundle->user['email'] }} @endif
To: {{ $orders->user['fname'] }}
{{ __('frontstaticword.address') }}: {{ $orders->user['address'] }}
@if($orders->user->state_id == !NULL) {{ $orders->user->state['name'] }}, @endif @if($orders->user->country_id == !NULL) {{ $orders->user->country['name'] }} @endif
{{ __('frontstaticword.Phone') }}: {{ $orders->user['mobile'] }}
{{ __('frontstaticword.Email') }}: {{ $orders->user['email'] }}
{{ __('frontstaticword.OrderID') }}: {{ $orders['order_id'] }}
{{ __('frontstaticword.TransactionID') }}: {{ $orders['transaction_id'] }}
{{ __('frontstaticword.PaymentMode') }}: {{ $orders['payment_method'] }}
{{ __('frontstaticword.Currency') }}: {{ $orders['currency'] }}
{{ __('frontstaticword.PaymentStatus') }}: @if($orders->status ==1) {{ __('frontstaticword.Recieved') }} @else {{ __('frontstaticword.Pending') }} @endif
@if($orders->coupon_discount != 0) @endif @if($orders->course_id != NULL) @else @endif @if($orders->coupon_discount != 0) @endif
{{ __('frontstaticword.Courses') }} {{ __('frontstaticword.Instructor') }} {{ __('frontstaticword.Currency') }}Coupon Discount{{ __('frontstaticword.Total') }}
{{ $orders->courses['title'] }} {{ $orders->courses->user['email'] }}{{ $orders->bundle['title'] }} {{ $orders->bundle->user['email'] }}{{ $orders['currency'] }} (-) {{ $orders['coupon_discount'] }} @if($orders->coupon_discount == !NULL) {{ $orders['total_amount'] - $orders['coupon_discount'] }} @else {{ $orders['total_amount'] }} @endif
@if($orders->bundle_id != NULL) @foreach($bundle_order->course_id as $bundle_course) @php $coursess = App\Course::where('id', $bundle_course)->first(); @endphp
@if($coursess['preview_image'] !== NULL && $coursess['preview_image'] !== '') course @else course @endif
@endforeach @endif