Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/Modules/Subscription/resources/views/user/show_subscription_history.blade.php
Назад
@extends('user.layout') @section('title') <title>{{ __('Transaction History') }}</title> @endsection @section('user-dashboard') <div class="wsus__dashboard_main_content"> <div class="wsus__dash_invoice"> <div class="wsus__dash_info p_25 mb_25"> <div class="row"> <div class="col-xl-6 col-md-6"> <div class="invoice_left"> <a href="{{ route('home') }}"> <img src="{{ asset($setting->logo) }}" alt="topland" class="img-fluid"> </a> <h4>{{ $subscriptionHistory->user->name }}</h4> <p>{{ $subscriptionHistory->user->email }}</p> @if ($subscriptionHistory->user->phone) <p>{{ $subscriptionHistory->user->phone }}</p> @endif @if ($subscriptionHistory->user->address) <p>{{ $subscriptionHistory->user->address }}</p> @endif </div> </div> <div class="col-xl-6 col-md-6"> <div class="invoice_left invoice_right"> <h4>{{ __('Subscription Id') }}: {{ $subscriptionHistory->order_id }}</h4> <p>{{ __('Amount') }}: {{ currency($subscriptionHistory->plan_price) }}</p> @if ($subscriptionHistory->payment_method) <p>{{ __('Payment Method') }}: {{ $subscriptionHistory->payment_method }}</p> @endif @if ($subscriptionHistory->transaction) @if ($subscriptionHistory->payment_method == 'directBank') <p>{{ __('Payment Information') }}: {!! clean(nl2br(e($subscriptionHistory->transaction))) !!} </p> @else <p>{{ __('Transaction Id') }}: {!! clean(nl2br(e($subscriptionHistory->transaction))) !!} </p> @endif @endif </div> </div> <div class="col-12"> <div class="table-responsive"> <table class="table"> <tr> <th class="packages">{{ __('Plan Name') }}</th> <th class="p_date">{{ __('Purchase Date') }}</th> <th class="e_date">{{ __('Expired Date') }}</th> <th class="amount">{{ __('Amount') }}</th> </tr> <tr> <td class="packages"> {{ $subscriptionHistory->plan_name }} </td> <td class="p_date"> {{ date('Y-m-d', strtotime($subscriptionHistory->created_at)) }} </td> <td class="e_date"> @if ($subscriptionHistory->expiration == 'lifetime') {{ __('Lifetime') }} @else {{ date('Y-m-d', strtotime($subscriptionHistory->expiration_date)) }} @endif </td> <td class="amount"> {{ currency($subscriptionHistory->plan_price) }} </td> </tr> </table> </div> </div> </div> </div> <a onclick="window.print()" href="javascript:;" class="common_btn invoice_print">{{ __('Print') }}</a> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка