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

Edit Kid Videos

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

@endif
@foreach($kidCategory as $key=>$category)
@if($key == 0)
@endif
@if($key == 1)
@endif
@endforeach
@foreach($georestrictions as $key=>$georestriction) @if($key == 0) @endif @endforeach


(Exclude countries to watch this video.)
@foreach($georestrictions as $key=>$georestriction) @if($key > 0)
@endif @endforeach
@include('elements.popup')