@extends('Admin.layout.master') @section('content')
| ID | Game Name | Status | Location | Start Date Time | End Date Time | Game Type |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $watchlist->game->name }} | {{ $watchlist->game->status }} | {{ $watchlist->game->location }} | {{ $watchlist->game->start_date_time }} | {{ $watchlist->game->end_date_time }} | @if ($watchlist->game->play_with_friends == 1) Private @else Public @endif |