@extends('layouts.backend.app') @section('title', $offer->name) @push('css') @endpush @section('content')
Offer Name: {{ $offer->name }}
Advertiser Name: {{ $offer->advertiser->name }}
Preview URL :{{ $offer->preview_link }}
Traking URL :{{ $offer->offer_link }}
Category Name :{{ $offer->category->name ?? '' }}
Expire Date Name :{{ $offer->expiration_date }}
Discription :{!! $offer->description !!}
Country: @if (!$offer->countries->isEmpty()) @foreach ($offer->countries as $country) @php $country_code = strtolower($country->code); @endphp {{ $country->name }} @endforeach @else All @endif
Device: @if (!$offer->devices->isEmpty()) @foreach ($offer->devices as $device) @endforeach @else
Browser: All
@endifGoal Name | Revenue | Payout |
---|---|---|
Default | @if ($offer->payout_type == 'Fixed') {{ $offer->revenue }} @else {{ $offer->revenue }}% @endif | @if ($offer->payout_type == 'Fixed') {{ $offer->payout }} @else {{ $offer->payout }}% @endif |