@extends('master')
@section('title') Station {{$station_id}} - Choose the channel @endsection
@section('content')
Station {{$station_id}} - Choose the channel
@if($channels && $channels->count() > 0)
@foreach($channels as $channel)
@endforeach
@endif
@endsection