@extends('layouts.app') @section('content')
{{ $greeting }}, {{ Auth::user()->name }}
@if ($user->ticket_type == 'kdhc-null')Please update your ticket application below.
@elseOnce complete enter transaction code below and submit to complete payment
A total of USD {{ $deduction }} will be deducted from your PayPal account
Once complete enter transaction code below and submit to complete payment
@php // $deduction = $currency == 'KSH' ? round($amount / 150) : $amount; if ($currency == 'KSH') { $deduction = round(($amount * ($groupusers->count() + 1)) / 150); } else { $deduction = $amount * ($groupusers->count() + 1); } @endphpA total of USD {{ $deduction }} will be deducted from your PayPal account
| # | Payment status | Payment date | Action |
|---|---|---|---|
| 1 | {{ optional(optional($user)->payment)->payment_status }} | {{ date('jS M Y', strtotime(optional(optional($user)->payment)->created_at)) }} |
@if (optional(optional($user)->payment)->payment_status == 'COMPLETED')
@else
Loading...
|
| # | Name | |
|---|---|---|
| {{ $key + 1 }} | {{ $group->name }} | {{ $group->email }} |
{{ $user->name }}
{{ $user->email }}
{{ $user->phone_number }}
{{ $user->country->country }}
{{ $user->county->county }}
Speaker, Partner, Exhibitor, Volunteer
| # | Description | File | Action |
|---|---|---|---|
| {{ $key + 1 }} | {{ $resource->description }} |