@extends('frontend.frontend-page-master') @section('page-title') {{__('User Dashboard')}} @endsection @section('breadcrumb')
{{__('Gig Order Info')}} | {{__('Action')}} |
---|---|
|
@if($data->payment_status == 'pending') @else {{__('View')}} @endif @if(!empty( $data->payment_status == 'complete')) @endif @if($data->order_status == 'pending') @endif |
{{__('Package Order Info')}} | {{__('Payment Status')}} |
---|---|
{{$data->package_name}}
{{__('Order ID:')}} #{{$data->id}}
{{__('Package Price:')}} {{amount_with_currency_symbol($data->package_price)}}
{{__('Payment Gateway:')}} {{get_package_payment_gateway_by_order_id($data->id)}}
{{__('Payment Status:')}}
@if($data->payment_status == 'pending')
{{$data->payment_status}}
@elseif($data->payment_status == 'complete')
{{$data->payment_status}}
@endif
{{__('Order Status:')}}
@if($data->status == 'pending')
{{$data->status}}
@elseif($data->status == 'canceled')
{{$data->status}}
@elseif($data->status == 'in_progress')
{{str_replace('_',' ',$data->status)}}
@else
{{$data->status}}
@endif
{{__('Date:')}} {{date_format($data->created_at,'D m Y')}}
|
@if($data->payment_status == 'pending' && $data->status != 'canceled') {{__('Pay Now')}} @elseif($data->payment_status == 'complete') @endif @if($data->status == 'pending') @endif |
{{__('Order Info')}} | {{__('Payment Status')}} |
---|---|
{{__('Order ID:')}} #{{$data->id}}
{{__('Total Amount:')}}{{amount_with_currency_symbol($data->total)}}
{{__('Payment Gateway:')}}{{ucwords(str_replace('_',' ',$data->payment_gateway))}}
{{__('Payment Status:')}}
@if($data->payment_status == 'pending')
{{$data->payment_status}}
@elseif($data->payment_status == 'complete')
{{$data->payment_status}}
@endif
{{__('Order Stats:')}}
@if($data->status == 'pending')
{{$data->status}}
@elseif($data->status == 'cancel')
{{$data->status}}
@elseif($data->status == 'in_progress')
{{str_replace('_',' ',$data->status)}}
@else
{{$data->status}}
@endif
{{__('Order Date:')}} {{date_format($data->created_at,'d M Y')}}
|
{{__('view order')}} @if( $data->payment_gateway != 'cash_on_delivery' && $data->payment_gateway != 'manual_payment' && $data->payment_status == 'pending') @endif @if($data->payment_status == 'complete') @endif @if($data->status == 'pending') @endif |
{{__('Donation Info')}} | {{__('Payment Status')}} |
---|---|
@if(!empty($data->donation))
{{$data->donation->title}}
@else
{{__('Donation ID:')}} #{{$data->id}}
{{__('Amount:')}} {{amount_with_currency_symbol($data->amount)}}
{{__('Payment Gateway:')}} {{str_replace('_',' ',$data->payment_gateway)}}
{{__('Date:')}} {{date_format($data->created_at,'d M Y')}}
|
@if($data->status == 'pending') {{$data->status}} @else {{$data->status}} @endif @if( $data->payment_gateway != 'manual_payment' && $data->status == 'pending') @endif @if(!empty($data->donation) && $data->status == 'complete') @endif |
{{__('Event Booking Info')}} | {{__('Payment Status')}} |
---|---|
@if(!empty($data->event))
{{$data->event_name}}
@else
{{__('Attendance ID:')}} #{{$data->id}}
{{__('Ticket Price:')}} {{amount_with_currency_symbol($data->event_cost)}}
{{__('Quantity:')}} {{$data->quantity}}
{{__('Payment Gateway:')}}
@php
$custom_fields = unserialize($data->custom_fields);
$selected_payment_gateway = isset($custom_fields['selected_payment_gateway']) ? $custom_fields['selected_payment_gateway'] : '';
@endphp
{{$selected_payment_gateway}}
{{__('Booking Status:')}}
@if($data->status == 'pending')
{{$data->status}}
@else
{{$data->status}}
@endif
{{__('Date:')}} {{date_format($data->created_at,'d M Y')}}
|
@if($data->payment_status == 'pending')
{{$data->payment_status}}
{{__('Pay Now')}} @else {{$data->payment_status}} @endif @if(!empty($data->event) && $data->payment_status == 'complete') @endif |
{{__('Thumbnail')}} | {{__('Product Info')}} | {{__('Download')}} |
---|---|---|
{!! render_image_markup_by_attachment_id($data['image']) !!}
|
{{$data['title']}}
{{{__('Order ID:')}}} #{{$data['order_id']}}
{{{__('Quantity:')}}} {{$data['quantity']}}
{{{__('Purchased:')}}} {{date_format($data['order_date'],'d M Y')}}
|
{{__('Download File')}} |