Listing of tournament registrations
|
User
|
Registered Tournament Events
|
Payment Status
|
Registration Status
|
Total Payment
|
Sign Status
|
Modified
|
|||
|---|---|---|---|---|---|---|---|---|---|
|
|
{{--
{{ $player_registration->user->phone_number }}
{{ $player_registration->user->home }}
| --}}
{{ $player_registration->user->name }}
{{ ucfirst($player_registration->user->gender) }}
{{ $player_registration->user->email }}
{{ $player_registration->user->phone_number }}
{{ $player_registration->user->home }}
|
{!! $player_registration->tournament->name !!}
@if($player_registration->registered_options->isNotEmpty())
|
{{-- {!! $player_registration->getStatus() !!} --}}
{!! $player_registration->getPaymentStatus() !!}
|
{{-- {!! $player_registration->getStatus() !!} --}}
{!! $player_registration->getRegistrationStatus() !!}
|
{{-- {!! $player_registration->getStatus() !!} --}}
{!! $player_registration->total_payment !!}
|
{{-- {!! $player_registration->getStatus() !!} --}}
@if(!empty($player_registration->player_signed_at))
Player Signed at
{{ \Carbon\Carbon::parse($player_registration->player_signed_at)->format('M d, Y') }} @else NOT SIGNED @endif @if(!empty($player_registration->player_guardian_signed_at)) Guardian Signed at {{ \Carbon\Carbon::parse($player_registration->player_guardian_signed_at)->format('h:i A') }} @endif |
{{--
{!! $project->getStatus() !!}
--}}
Updated at
{{ \Carbon\Carbon::parse($player_registration->updated_at)->format('M d, Y') }} {{ \Carbon\Carbon::parse($player_registration->updated_at)->format('h:i A') }} Created by {{ $player_registration->creator ? $player_registration->creator->name : '' }} |
|
|
No records found
|
Showing:
{{ count($player_registrations) > 0 ? 'of '.$player_registrations->total() : '' }}
Search for tournament name
Search for tournament event name
Search for tournament event category name
Search for tournament division name
Search for player name