@extends('layouts.main') @section('title', 'Nomadic - Live') @section('content')
Live Channels
@foreach($data as $loc) @endforeach

Select live channel to view..

@endsection @section('footer_scripts') @endsection