Game Estimate View: Id: {{$gameView->id}} Email: {{$gameView->email}}

Game Platform: {{$gameView->game_platform}}

Game Type: {{$gameView->game_type}}

Game Category: {{$gameView->game_category == 'Others' ? $gameView->game_category_other : $gameView->game_category}}

Game Mode: {{$gameView->game_mode}}

Graphics: {{$gameView->game_graphics}}

SignUp: {{$gameView->game_signup}}

Manage Game (Admin panel): {{$gameView->manage_game}}

Game earning: {{$gameView->earning_point}}

Name: {{$gameView->name}}

Email: {{$gameView->email}}

Mobile: {{$gameView->mobile}}

Company Name: {{$gameView->company_name}}

Reference: {{$gameView->reference}}

Region: {{$gameView->region}}

Client Ip Address: {{$gameView->ip_address}}

Additional: {{$gameView->additional}}

Estimate Request Date: {{$gameView->created_at->format('d-M-Y')}}

@if ($gameView->game_attachment && $gameView->game_attachment->isNotEmpty())

App Attachment: Click to view

@endif