@extends('admin.template') @section('styles') @endsection @section('content')
  • @if(count($videos) == 0) @else @foreach($videos as $key => $video) @endforeach @endif
    # Thumbnail Options
    No Videos Found. Add Newadd
    {{$i}} @if($video->thumbnail != '') @endif @if($video->thumbicon != '') @endif Edit Delete
    {{$videos->appends($_GET)->links()}}
@endsection