@extends('layouts/admin/masters.master') @section('opengraph') @endsection @section('tittle','VOICES AND BEATS [ EVENTS MANAGEMENT ] | VIDEO - ADVERT') @section('content')

Video Adverts

@if(count($video_adverts)>0)
Available Features ({{ $video_adverts->total() }})
Search
Filter
({{ $video_adverts->count() }}) Items

RUNNING ADVERT

@if($running_advert) {{ $running_advert->tittle }} @else NO RUNNING ADS @endif
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@foreach($video_adverts as $video_advert) @endforeach
SN Advert Action
{{ $video_adverts->firstItem() + $loop->index }}
{{ $video_advert->tittle }}
{{ $video_adverts->appends($_GET)->links('layouts/guest/includes.pagination') }} @else
NO RESULTS FOUND
@endif
@if(isset($_GET['Edit-Video-Advert']))
@csrf

Edit Video Advert

@error('tittle')
{{$message}}
@enderror
@error('name')
{{$message}}
@enderror
+ Select A Video
@error('video')
{{$message}}
@enderror
@else
@csrf

Add Video Advert

@error('tittle')
{{$message}}
@enderror
@error('event')
{{$message}}
@enderror
+ Select A Video
@error('video')
{{$message}}
@enderror
@endif
@endsection @section('script') @endsection