@extends('backend.superadmin.index') @section('body')

Video List

@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
Type
Source
Status
Clients
@foreach($videos as $key=>$video) @endforeach
SN Video Title Source Type Status By Action
{{++$key}} View {{$video->video_title}} @if($video->vedio_source=='internal') Internal @else External @endif @if($video->vedio_type=='featured') Featured Video @else Client Video @endif @if($video->status=='active') @else @endif {{$video->user->name}}
@foreach($videos as $video) @endforeach @endsection