Tournament Event Categories

Listing of tournament event categories

{{-- @if( Auth::user()->can('activity log delete') || Auth::user()->hasRole('DSI God Admin')) --}} {{-- @endif --}}
@if(!empty($tournament_event_categories) && count($tournament_event_categories) > 0) @foreach ($tournament_event_categories as $tournament_event_category) @endforeach @else @endif
Name
Status
Allowed Gender
Type
Event
Tournament
Modified
{{ $tournament_event_category->name }}
{!! $tournament_event_category->getStatus() !!}
{!! ucfirst($tournament_event_category->allowed_gender) !!}
{!! ucfirst($tournament_event_category->type) !!}
{{ $tournament_event_category->tournament_event->name }}
{{ $tournament_event_category->tournament_event->tournament->name }}
{{-- {!! $project->getStatus() !!} --}} Updated at
{{ \Carbon\Carbon::parse($tournament_event_category->updated_at)->format('M d, Y') }}
{{ \Carbon\Carbon::parse($tournament_event_category->updated_at)->format('h:i A') }}
Created by
{{ $tournament_event_category->creator ? $tournament_event_category->creator->name : '' }}
@if( Auth::user()->can('category edit') || Auth::user()->hasRole('DSI God Admin')) @endif @if( Auth::user()->can('category delete') || Auth::user()->hasRole('DSI God Admin')) @endif
No records found
{{ $tournament_event_categories->links() }}

Showing:

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

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