@foreach($Nets as $Net) @endforeach
{{trans('common.id')}} {{trans('common.name')}} {{trans('common.band')}} {{trans('common.frequency')}} {{trans('common.mode')}} {{trans('common.start_time')}} {{trans('common.end_time')}} {{trans('common.timezone')}} {{trans('common.operating_days')}}
{{$Net->net_id}} {{$Net->name}} @if(!empty($Net->description))
{{$Net->description}} @endif @if(!empty($Net->url) || !empty($Net->arrl_net_id))
@if(!empty($Net->url)) {{$Net->url}} @endif @if(!empty($Net->arrl_net_id)) (ARRL) @endif @endif @if($Net->arrl_national_traffic_affiliated))
NTS @endif
{{$Net->primary_band}} @if ($Net->secondary_band)
{{$Net->secondary_band}} @endif
{{$Net->format_primary_frequency()}} @if (!empty($Net->primary_frequency_repeaterbook_url())) (RB) @endif @if(!empty($Net->secondary_frequency))
{{$Net->format_secondary_frequency()}} @if (!empty($Net->secondary_frequency_repeaterbook_url())) (RB) @endif @endif
{{$Net->mode}} {{$Net->start_time ? date('H:i', strtotime($Net->start_time)) : ""}} {{$Net->end_time ? date('H:i', strtotime($Net->end_time)) : ""}} {{$Net->timezone}} {!!$Net->sunday ? ''.trans('common.sunday_short').'' : "" !!} {!!$Net->monday ? ''.trans('common.monday_short').'' : "" !!} {!!$Net->tuesday ? ''.trans('common.tuesday_short').'' : "" !!} {!!$Net->wednesday ? ''.trans('common.wednesday_short').'' : "" !!} {!!$Net->thursday ? ''.trans('common.thursday_short').'' : "" !!} {!!$Net->friday ? ''.trans('common.friday_short').'' : "" !!} {!!$Net->saturday ? ''.trans('common.saturday_short').'' : "" !!}