@extends('layouts.master') @section('title', 'Channels') @section('content')

Channels

New Channel

Channels

@if(!empty($channels)) @foreach($channels as $channel) @endforeach @endif
Image Name Live Stream Actions
{{$channel->name}} {{substr($channel->stream, 0, 40).'...'}}
@endsection @section('javascript') @stop