* Require size in pixel. (730x392)

{!! getMedipickerButton('Image,Video',"meta[content_img]","meta[content_img_alt]","meta[content_img_type]","div_content_img_preview") !!}
@if(@$metaArr['content_img'] && @$metaArr['content_img_type'] == 'video') @else @endif

* Require size in pixel. (1920x787)

{!! getMedipickerButton('Image',"meta[app_bg_img]","meta[app_bg_img_alt]","meta[app_bg_img_type]","div_app_bg_img_preview") !!}

* Require size in pixel. (1920x787)

{!! getMedipickerButton('Image,Video',"meta[app_img]","meta[app_img_alt]","meta[app_img_type]","div_app_img_preview") !!}
@if(@$metaArr['app_img'] && @$metaArr['app_img_type'] == 'video') @else @endif
Yes

No

Yes

No


@if(isset($metaArr['sociallinks']) && is_array($metaArr['sociallinks']) && @count(@$metaArr['sociallinks']) > 0) @foreach(@$metaArr['sociallinks'] as $sociallinks) @php $rand = rand(100,10000); @endphp @endforeach @endif

@for($i=1;$i<=3;$i++)

Image {!! $i !!}


* Require size in pixel. (460x510)

{!! getMedipickerButton('Image',"meta[invite_img".$i."]","meta[invite_img".$i."_alt]","meta[invite_img".$i."_type]","invite_img".$i."_preview") !!}
@if(@$metaArr['invite_img'.$i] && @$metaArr['invite_img'.$i.'_type'] == 'video') @else @endif
Yes

No

@endfor