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

User Management manage subscribers

Search Live Channel

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

{{ $message }}

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

{{ $message }}

@endif

Live Channel Data

@foreach ($mediaDetails as $key => $media) @endforeach
ID Server Url Application Name Channel Name Load Type Target App/Target Country Image Apk Image Status Order Action
{{ $media->id }} {{ $media->edge_server_url }} {{ $media->app_name }} {{ $media->channel_name }} {{ $media->load }} {{ $media->type }} {{ $media->name }}@if(!empty($media->name) && !empty($media->country))/ @endif @if(!empty($media->country)) {{ $media->country }} @endif @if($media->logo != '') @else @endif @if($media->logo != '') @else @endif {{ ucfirst($media->status) }} Watch Video Edit @if($media->status == 'active') Inactive @else Active @endif Geo Restriction

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