@extends('layouts.backend.app') @section('title', $offer->name) @push('css') @endpush @section('content')
Offer Name: {{ $offer->name }}
Preview URL :{{ $offer->preview_link }}
Category Name :{{ $offer->category->name ?? '' }}
Expire Date Name :{{ $offer->expiration_date }}
Discription :{!! $offer->description !!}
Goal Name | Payout |
---|---|
Default | {!! $offer->payout !!} |
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