@extends('layouts.master') @section('page-content')

All Videos

Videos List
@foreach($videos as $video) @endforeach
# Video Title Status Action
{{$count++}} {{$video['video_title']}} {{$video['status']}}

{{ json_encode($video) }}

{{-- --}}
@endsection @push('page-script') @endpush @push('modals')