@extends('layouts.backend.app') @section('title', $offer->name) @push('css') @endpush @section('content')
@include('admin.offer.topbar')
Offer Details

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 !!}

Targeting

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

@endif

Tracking Link

@for ($i = 1; $i <= 8; $i++)
@endfor
Default Payout
Goal 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
Offer Image
@csrf
@endsection @push('js') @endpush