Create Program

Setup your Thumbnail, Title, time to complete and short overview description about the program.

Type of Training

@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@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
--}} @if($type_training == 'external')

Provider name

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

URL video for program

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

Time to complete

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