@extends('admin.layout') @section('custom-style') @endsection @section('content')

Highlights

All Highlights

@if(check_Permission('Trending Topics', 'create')) @endif
@if(\Session::has('delete'))
  • {!! \Session::get('delete') !!}
  • @endif
    @if(isset($sliders)) @foreach($sliders as $slider) @endforeach @endif
    S.No. Video Image Thumbnail Action
    {{$loop->iteration}} @if(isset($slider->getVideo->title)) {{$slider->getVideo->title}} @else None @endif @if(check_Permission('Trending Topics', 'edit')) @endif @if(check_Permission('Trending Topics', 'delete')) @endif
    {!! $sliders->links() !!}
    @endsection @section('custom-scripts') @endsection