@extends('layouts.app') @section('title', 'My Matches') @section('show-header', true) @section('back-button', true) @section('page-title', 'My Matches') @section('content') {{-- Tabs --}}
{{ $reg->tournament->scheduled_at->format('d M Y, g:ia') }}
{{ $reg->kills }}
Kills
{{ $reg->position ? '#'.$reg->position : '-' }}
Position
৳{{ number_format($reg->prize_won) }}
Earned
Room ID
{{ $reg->tournament->room_id }}
Password
{{ $reg->tournament->room_password ?: 'None' }}
No {{ $tab }} matches
Browse Tournaments