- All ({{$totalPosts}}) @foreach($categories as $category)
- {{$category->name}} ({{count($category->marketingvideos)}}) @endforeach
@if(isset($posts))
@php
$count = 0;
@endphp
@foreach($posts as $post)
@php
$count++;
@endphp
@endforeach
@endif
@if($count < 1)
@endif
No Marketing Video Found!
}})