Create Program

Setup your Thumbnail, Title, Subject, Provider and short overview description about the program.

@if($thumbnail && !is_string($thumbnail) && $thumbnail->temporaryUrl())
{{-- --}}
{{$thumbnail->getClientOriginalName()}}
#
@elseif($existing_image)

Thumbnail

{{-- --}}
#
@else

Thumbnail

@endif @if ($errors->has('thumbnail')) {{ $errors->first('thumbnail') }} @endif

Title

@if ($errors->has('title')) {{ $errors->first('title') }} @endif

Url Title

@if ($errors->has('url_title')) {{ $errors->first('url_title') }} @endif

Subject

@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif

Provider

@if ($errors->has('provider_id')) {{ $errors->first('provider_id') }} @endif
@if($provider_id)

URL for program if selected external provider

@if ($errors->has('url_video')) {{ $errors->first('url_video') }} @endif
@endif

Time to complete

{{-- Cancel --}}