@extends('../layout/' . $layout) @section('subhead') Ads Videos @endsection @section('subcontent')

Ads Videos

Add New Video
@if (count($adsVideo) > 0)
@foreach ($adsVideo as $video)
Ads Video image
{{ $video['youtubeLink'] }}
{{ $video['videoTitle'] }}
@endforeach
@else
noData

No Data Available

@endif @if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif @if (count($adsVideo) > 0)
@endif @endsection @section('script') @endsection