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

{{$heading}}

Add New Video
@foreach($videos as $key=>$video) @endforeach
SN Video Title Status Action
{{++$key}} View {{$video->video_title}} @if($video->status=='active') @else @endif
@foreach($videos as $video) @endforeach @endsection @section('script') @endsection