@extends('layouts.master') @section('content')
# | Campiagn ID | UserName | Game | campaign Name | Action Doc | Enabled | Action | |
---|---|---|---|---|---|---|---|---|
{!! ++$i !!} | {!! $campaign->uuid !!} | {!! $campaign->user->name !!} | {!! $campaign->game->title !!} | {!! $campaign->campaignName !!} |
@if($campaign->status=='0')
Inactive
@else
Active
@endif
|
# | Placement ID | Game ID | Type | Animate | Sound Effect | Gratification Text | Orientation Text | Enabled | Actions |
---|---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $placement->placementId }} | {{ $placement->game_id }} | {{ $placement->type ?? 'N/A' }} | {{ $placement->animate ? 'Yes' : 'No' }} | {{ $placement->soundEffect ? 'Yes' : 'No' }} | {{ $placement->gratificationText ?? '-' }} | {{ $placement->orientationText ?? '-' }} | @if($placement->enabled== '1') Active @else Inactive @endif |
|
# | Field Name | Field Value | Integer Value | Integer Value One | Actions |
---|---|---|---|---|---|
{{ $index + 1 }} | {{ $adv->field_name }} | {{ $adv->field_value }} | {{ $adv->integer_value }} | {{ $adv->integer_value_one }} |
|
# | URL | Code | Name | Action |
---|---|---|---|---|
{!! $key+1 !!} | {!! 'https://trophee.live/documentation.php?url_code='.$url->url_code !!} | {!! $url->url_code !!} | {!! $url->name !!} |