@extends('body') @section('title') View @endsection @section('breadcrumbs')
| Name | LCN | Multicast | Port | PMT | Service ID | Type | TS ID | ON ID | N ID | Edit | @if (Auth::user()->isAuthorized('channels.destroy') == true)Delete | @endif
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $channel->name }} | {{ $channel->logical_channel_number }} | {{ $channel->multicast }} | {{ $channel->port }} | {{ $channel->pmt }} | {{ $channel->service_id }} | {{ $channel->service_type }} | {{ $channel->transport_id }} | {{ $channel->original_network_id }} | {{ $channel->network_id }} | Edit | @if (Auth::user()->isAuthorized('channels.destroy') == true)@endif |