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

Update Karaoke Video

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

@endif

Edit Karaoke Video

@foreach($video->videogeorestriction as $key=>$georestriction) @if($key == 0) @endif @endforeach


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