@extends('layouts.app') @section('content')
Publish Movie Time Series
@if (count($errors) > 0)
Whoops!
There were some problems with your input.
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Add Movie Time Series
Back
Choose Video:
Please click if this is first movie in series
Watch Video
Publish Date:
User Type
-- Select User Type --
@foreach($userType as $uType)
{{$uType->name}}
@endforeach
Main Series
-- Select Series --
@foreach($videoCategories as $key=>$video_category)
{{$video_category->name}}
@endforeach
Main Series Seasons
-- Select Series Seasons --
@foreach($videoSeasons as $key=>$video_season)
{{$video_season->name}}
@endforeach
Geo restrictions:
Add
(Exclude countries to watch this video.)
Submit
@include('elements.popup') @endsection