vvvsvsdgdsrytvvfPK R\ ?> views/errors/503.blade.phpnu [
{{-- required meta tags --}} {{-- title --}}{{ __('The page you are looking for might have been moved, renamed, or might never existed.') }}
{{ __('Back to Home') }}{{ __('Your membership extend request is sent successfully. You will be notified with activation & expire date via mail once the request is approved') }}
| {{ __('Transaction Id') }} | {{ __('Amount') }} | {{ __('Payment Status') }} | {{ __('Payment Method') }} | {{ __('Receipt') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ strlen($membership->transaction_id) > 30 ? mb_substr($membership->transaction_id, 0, 30, 'UTF-8') . '...' : $membership->transaction_id }} | @php $bex = json_decode($membership->settings); @endphp@if ($membership->price == 0) {{ __('Free') }} @else {{ format_price($membership->price) }} @endif |
@if ($membership->status == 1)
{{ __('Success') }}@elseif ($membership->status == 0){{ __('Pending') }}@elseif ($membership->status == 2){{ __('Rejected') }}@endif |
{{ $membership->payment_method }} | @if (!empty($membership->receipt)) {{ __('Show') }} @else - @endif | @if (!empty($membership->name !== 'anonymous')) {{ __('Detail') }} @else - @endif |
| {{ __('Listing Title') }} | {{ __('Product Title') }} | {{ __('Name') }} | {{ __('Email ID') }} | {{ __('Actions') }} | |
|---|---|---|---|---|---|
| @php $product_content = App\Models\Listing\ListingProductContent::where( 'listing_product_id', $message->product_id, ) ->where('language_id', $language->id) ->first(); $listing_content = App\Models\Listing\ListingContent::where([ ['listing_id', @$product_content->listing_id], ['language_id', $language->id], ])->first(); @endphp | @if (!empty($listing_content)) {{ strlen($listing_content->title) > 40 ? mb_substr($listing_content->title, 0, 40, 'utf-8') . '...' : $listing_content->title }} @endif | @if (!empty($product_content)) {{ strlen($product_content->title) > 40 ? mb_substr($product_content->title, 0, 40, 'utf-8') . '...' : $product_content->title }} @endif | {{ $message->name }} | {{ $message->email }} |
| {{ __('Listing Title') }} | {{ __('Name') }} | {{ __('Email ID') }} | {{ __('Phone') }} | {{ __('Actions') }} | |
|---|---|---|---|---|---|
| @php $listing_content = App\Models\Listing\ListingContent::where([ ['listing_id', $message->listing_id], ['language_id', $language->id], ])->first(); @endphp | @if (!empty($listing_content)) {{ strlen($listing_content->title) > 40 ? mb_substr($listing_content->title, 0, 40, 'utf-8') . '...' : $listing_content->title }} @endif | {{ $message->name }} | {{ $message->email }} | {{ $message->phone }} |
{{ session()->get('course_status_warning') }}
| {{ __('Ticket ID') }} | {{ __('Email') }} | {{ __('Subject') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|
| {{ $item->id }} | {{ $item->email != '' ? $item->email : '-' }} | {{ $item->subject }} | @if ($item->status == 1) {{ __('Pending') }} @elseif($item->status == 2) {{ __('Open') }} @elseif($item->status == 3) {{ __('Closed') }} @endif |
|
{!! $ticket->description !!}
@if ($ticket->attachment) {{ __('Download Attachment') }} @endif