@extends('layouts.app') @section('content')

Edit Channel

@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
@if(count($georestrictions) >= 1) @foreach($georestrictions as $key=>$georestriction) @if($key == 0)
allow == 'allowed') checked="checked" @endif>Allow allow == 'not_allowed') checked="checked" @endif> Not Allow
@else
@endif @endforeach @else
Allow Not Allow
@endif
@include('elements.popup') @endsection