| SN | Video | Title | Status | Action |
|---|---|---|---|---|
| {{++$key}} | View | {{$video->video_title}} | @if($video->status=='active') @else @endif |
@extends('backend.admin.index')
@section('body')
{{$heading}}
Add New Video
@foreach($videos as $key=>$video)
SN
Video
Title
Status
Action
@endforeach
{{++$key}}
View
{{$video->video_title}}
@if($video->status=='active')
@else
@endif