{!! render_image_markup_by_attachment_id(get_static_option('site_logo')) !!}

{{__('Event Attendance Information')}}

@if(!empty($attendance_details))
{{__('Thumbnail')}} {{__('Event Info')}}
{!! render_image_markup_by_attachment_id($attendance_details->event->image,'','thumb') !!}
  • {{__('Attendance ID')}}: #{{$attendance_details->id}}
  • {{__('Event Title')}}: {{$attendance_details->event_name}}
  • {{__('Ticket Price')}}: {{amount_with_currency_symbol($attendance_details->event_cost,true)}}
  • {{__('Ticket Quantity')}}: {{$attendance_details->quantity}}
  • {{__('Subtotal')}}: {{amount_with_currency_symbol((intval($attendance_details->event_cost) * intval($attendance_details->quantity)),true)}}
  • {{__('Booking Status')}}: {{$attendance_details->status}}
@endif

{{__('Billing Summery')}}

{{__('Billing Name')}} {{$payment_log->name}}
{{__('Billing Email')}} {{$payment_log->email}}
{{__('Total')}} {{amount_with_currency_symbol($payment_log->event_cost,true)}}
{{__('Payment Gateway')}} {{str_replace('_',' ',$payment_log->package_gateway)}}
{{__('Payment Status')}} {{$payment_log->status}}
{{__('Transaction ID')}} {{$payment_log->transaction_id}}