Tournament Filters

Registrations

Listing of tournament registrations

{{-- @if( Auth::user()->can('activity log delete') || Auth::user()->hasRole('DSI God Admin')) --}} {{-- @endif --}}
@if(!empty($player_registrations) && count($player_registrations) > 0) @foreach ($player_registrations as $player_registration) {{-- --}} @endforeach @else @endif
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())
    @foreach ($player_registration->registered_options->groupBy([ 'tournament_event.name', 'tournament_event_category.name' ]) as $eventName => $categories)
  • {{ $eventName }}
      @foreach ($categories as $categoryName => $options)
    • {{ $categoryName }} || {{ $options->pluck('tournament_event_category_option.name')->unique()->implode(', ') }}
    • @endforeach
  • @endforeach
@endif
{{-- {!! $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 : '' }}
@if( Auth::user()->can('registration show') || Auth::user()->hasRole('DSI God Admin')) @endif @if( Auth::user()->can('registration edit') || Auth::user()->hasRole('DSI God Admin')) @endif @if( Auth::user()->can('registration delete') || Auth::user()->hasRole('DSI God Admin')) @endif
No records found
{{ $player_registrations->links() }}

Showing:

{{ count($player_registrations) > 0 ? 'of '.$player_registrations->total() : '' }}

@teleport('body') @endteleport @teleport('body') @endteleport @teleport('body') @endteleport @teleport('body') @endteleport @teleport('body') @endteleport