@extends('layouts.super-admin-layout') @section('content')
@csrf
@if(count($promo_videos)) @foreach($promo_videos as $key) @endforeach @endif
# Video Small Title Big Title Actions
{{ $loop->index +1 }} @if($key->video) @endif {{ $key->small_title }} {{ $key->big_title }}
{{$promo_videos->links("pagination::bootstrap-4")}}
@endsection