@extends('admin.layout') @section('custom-style') @endsection @section('content') @php $date = (isset($_GET['date'])) ? $_GET['date'] : ''; @endphp @php $searchText = (isset($_GET['searchText'])) ? $_GET['searchText'] : ''; @endphp

Live Ad Categories

All Live Ad Categories

@if(check_Permission('Production Team', 'create')) @endif
@if(\Session::has('delete'))
  • {!! \Session::get('delete') !!}
  • @endif
    @if(isset($ad_category)) @foreach($ad_category as $ad) @endforeach @endif
    # Advertiser name Advertisement contract duration % revenue share Total value of advertisement (USD) Programme duration Created on Action
    {{$loop->iteration}} {{$ad->advertiser_name}} {{$ad->advertisement_duration}} months {{$ad->percentage_revenue_share}} {{$ad->total_advertisement_amount}} {{$ad->programme_start_range . " minutes - " . $ad->programme_end_range . " minutes"}} {{$ad->created_at->format('d M, Y')}} @if(check_Permission('Production Team', 'edit')) @endif @if(check_Permission('Production Team', 'delete')) @endif
    @endsection @section('custom-scripts') @endsection