@extends('layouts.app') @section('title') All Channels @endsection @section('description') All channel is here. @endsection @section('breadcrumb')
# | Code | Pick Name | Show Name | Zone Name | Logo | Action | |
---|---|---|---|---|---|---|---|
{{ $index+1 }} | {{ $channel->code }} | {{ $channel->pick_name }} | {{ $channel->show_name }} | @if ($channel->zones->exists()) No zones exist. Please Edit zone index @else {{ $channel->zones->name}} @endif |
|
@if(Auth::check())
@if(Auth::user()->role=='admin')
Edit | |
No data. |