@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 Live Ad Category All All Live Ad Categories @if(check_Permission('Production Team', 'create')) Add New Live Ad Category @endif @if(\Session::has('delete')) {!! \Session::get('delete') !!} @endif # Advertiser name Advertisement contract duration % revenue share Total value of advertisement (USD) Programme duration Created on Action @if(isset($ad_category)) @foreach($ad_category as $ad) {{$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 @endforeach @endif @endsection @section('custom-scripts') @endsection