@extends('advertiser.layout.app') @section('advertiser_title', trans('dashboard.page_title')) @section('advertiser_content') @section('back_button')
|
Campaign | Location | Start date | End date | Cost (SAR) | Content | Slot | Viewership | |
---|---|---|---|---|---|---|---|---|---|
{{-- --}}
|
{{ !empty($content->title) ? $content->title : date('M - d - Y') }} | {{ !empty($number_of_venues) ? $number_of_venues : 0 }} | {{ date('M d - Y', strtotime($content->start_date)) }} | {{ date('M d - Y', strtotime($content->end_date)) }} | {{ number_format($content->price, 0) }} | {{ !empty($content->contentMedias) ? count($content->contentMedias) : 0 }} | {{ $total_slot }} | {{ !empty($viewers) ? thousandsCurrencyFormat($viewers) : 0 }} | {{ $status }} | @php($i++)
No data available |