@extends('layouts.main') @section('title', 'Nomadic - Live') @section('content') Live Channels @foreach($data as $loc) {{$loc->location}} 1 {{$loc->location}} 2 @endforeach Select live channel to view.. @endsection @section('footer_scripts') @endsection