@extends('admin.layouts.app') @section('content') @csrf All timings are in Eastern Time (ET). @if($errors->any()) {{ implode('', $errors->all(':message')) }} @endif Title @error('name') {!! $message !!} @enderror Ministry Select Ministry @if($types->count() > 0) @foreach($types as $type) id == $content->type_id) selected @endif>{!! $type->name !!} @endforeach @endif @error('type_id') {!! $message !!} @enderror Series Select Series @if($seriess->count() > 0) @foreach($seriess as $series) id == $content->series_id) selected @endif>{!! $series->name !!} @endforeach @endif @error('series_id') {!! $message !!} @enderror Category Select Category @if($categories->count() > 0) @foreach($categories as $category) id,$selectedCategories)) selected @endif>{!! $category->name !!} @endforeach @endif @error('categories[]') {!! $message !!} @enderror Is On Demand? on_demand == '1' ? 'checked' : '' !!} checked>Yes on_demand == '0' ? 'checked' : '' !!}>No Publish At (* Require date format is {!! config('constants.INPUT_DATE_FORMAT') !!}) @error('publish_date') {!! $message !!} @enderror Image * Require size in pixel. (520*290) {!! getMedipickerButton('Image',"image","image_alt","image_type","div_image_preview") !!} @error('image') {!! $message !!} @enderror Image Alt Tag Text @error('image_alt') {!! $message !!} @enderror Preview Video is_custom_preview_video == '1' ? 'checked' : '' !!} checked>Choose Video is_custom_preview_video || $content->is_custom_preview_video == '0') ? 'checked' : '' !!} >Add URL {!! getMedipickerButton('Video',"preview_video","preview_video_alt","preview_video_type","div_preview_video_preview") !!} @if($content->preview_video) Your browser does not support the video tag. @endif Add only url. Don't add iframe tag. @error('preview_video_url') {!! $message !!} @enderror Video is_custom_video == '1' ? 'checked' : '' !!} checked>Choose Video is_custom_video || $content->is_custom_video == '0') ? 'checked' : '' !!} >Add URL {!! getMedipickerButton('Video',"video","video_alt","video_type","div_video_preview") !!} @if($content->video) Your browser does not support the video tag. @endif Add only url. Don't add iframe tag. @error('video_embed_url') {!! $message !!} @enderror Elexio Form Embed Code {!! old('elexio_form_embed_code') ?? $content->elexio_form_embed_code !!} @error('elexio_form_embed_code') {!! $message !!} @enderror Elexio Group ID @error('elexio_group_id') {!! $message !!} @enderror Description {!! old('description') ?? $content->description !!} @error('description') {!! $message !!} @enderror Add New Button @if($content->buttons()->count() > 0) @foreach($content->buttons as $buttons) @php $rand = rand(100,10000); @endphp Button Caption Open link in new window? open_in_new_tab == '1' ? 'checked' : '' !!} checked>Yes open_in_new_tab == '0' ? 'checked' : '' !!}>No Button Link @endforeach @endif Add New Button Is Registration Required? is_registration_required == '1' ? 'checked' : '' !!}>Yes is_registration_required == '0' ? 'checked' : '' !!}>No Password @error('password') {!! $message !!} @enderror Status is_active == '1' ? 'checked' : '' !!} checked>Active is_active == '0' ? 'checked' : '' !!} >Inactive Cancel Save changes @include('admin.media.add_popup') @section('js') {!! config('constants.TINY_MCE_SCRIPT') !!} @stop @endsection
All timings are in Eastern Time (ET).
* Require size in pixel. (520*290)
Add only url. Don't add iframe tag.