@extends('admin.layouts.main') @section('content')

Edit Event

Category

Header

Content

Images

Media Title

Watch Video

Reset
video) value="{{$data->video->image}}" @endif name="video_display_image_old" id="video_display_image_old" />
video) value="{{$data->video->link}}" @endif />
video) value="{{$data->video->label}}" @endif/>
(Limit: 700 charecters)
{{--

View Images

gallery) value="{{$data->gallery->image}}" @endif name="gallery_dp_image_old" id="gallery_dp_image_old" />
gallery) value="{{$data->gallery->link}}" @endif/>
gallery) value="{{$data->gallery->label}}" @endif/>
--}}
@include('admin.common.important_links')
@php $social_data = (array) json_decode($data->social_media_data); $social_img = isset($social_data['img']) ? url('/').'/assets/event'.'/'.$social_data['img'] : ''; $social_title = isset($social_data['img']) ? $social_data['title']:""; $social_desc = isset($social_data['img']) ? $social_data['desc']:""; @endphp @include('admin.common.socialshare_form')

Acknowledgement email copy

Subject * ack_email) value="{{$data->ack_email->subject}}" @endif/>

Presenter

@php $tags = $data->tags_list; @endphp @include('admin.common.tags_form')
@php $content_by=$data->content_by; @endphp @include('admin.common.content_by')
Update
@endsection @push('script') @endpush @push('style') @endpush