@extends('Admin.layout.master') @section('content')
| ID | Name | Invited By | Game Name | Location | Invited On |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $invite->userId->name }} | {{ $invite->inviteBy->name }} | {{ $invite->gameId->name }} | {{ $invite->gameId->location }} | {{ $invite->created_at }} |