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

IPTV Management IPTV management

IPTV Management

{{ csrf_field() }}
@if($sources->isEmpty())
@endif @php $i=0; @endphp @foreach($sources as $key=>$value) @if($i === 0) @php $hide = 'hide' @endphp
@else @php $hide = ''; @endphp @endif @php $val = getDestination($value->destination); @endphp
{{ $value->destination }}
@if($i===0)
@endif @php $i++; @endphp @endforeach
@include('media.stream_modal') @include('media.schedule_download') @endsection