@extends('layouts.app') @section('content')

Videos are synching with wowza server please wait ..

Manage pLive

@if ($message = Session::get('success'))

{{ $message }}

@elseif ($message = Session::get('failure'))

{{ $message }}

@endif

Channel data

@foreach($data as $value) @if (isset($_REQUEST['channel'])) @else @endif @if(isset($videoAds[$value->id]) && !empty($videoAds[$value->id])) @endif @endforeach
S.No. Video Name Channel Name Date Start Time End Time Total Time
{{ ++$i }}{{ $value->video_name }}{{ $value->video_name }}{{ $value->channel }} {{ $date }} {{ $time }} {{ $endTime }} {{ round($video_meta[$value->video_id]) }} Minutes
@foreach($videoAds[$value->id] as $videoData) @endforeach
ID Video Name Filename Duration Length
{{ $videoData['id'] }} {{ $videoData['name'] }} {{ $videoData['filename'] }} {{ $videoData['duration'] }} {{ $videoData['length'] }}

Showing {{ $pageInfo['currentPage'] }} to {{ $pageInfo['lastPage'] }} of {{ $pageInfo['total'] }} entries
{!! $data->appends($append)->render() !!}
@include('elements.plive') @endsection