@extends('Admin.layout.master') @section('content')
| Email: | {{$game->gameOwner->email}} |
| Name: | {{$game->gameOwner->name}} |
| Status: | {{$game->gameOwner->status}} |
| Phone: | {{$game->gameOwner->phone_number}} |
| Profile Type: | @if (isset($game->gameOwner->sub_expiry_date)) Premium @else Basic @endif |
| Subscription Expiry: | {{ isset($game->gameOwner->sub_expiry_date) ? $game->gameOwner->sub_expiry_date : '-' }} |
| Credit Points: | {{$credits_points}} |
| Total Games: | {{$owner_games}} |
| ID | Review | Rating | Rated By | Rated To | Privacy | Total Players |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $rating->review }} | {{ $rating->rating }} | @if (isset($rating->game->play_with_friends) == true) Public @else Private @endif | {{ $rating->game->number_of_player }} |