@php $dimensions = \Config::get('pgsimagedimensions'); $width = $dimensions['gallery_file']['large']['width']; $height = $dimensions['gallery_file']['large']['height']; $dimensionStr = ' [' . $width . 'px X ' . $height . 'px] '; $mimes = ['jpg', 'jpeg', 'png', 'svg']; @endphp

Upload Images

{!! getMultiPlUploadControl('Upload Gallery Image(s) ' . $dimensionStr . ' (Max 2 MB) ('. implode(', ', $mimes) .') ','gallery',$mimes,'image','Select File',null,null,$postType,1487,923) !!}

Upload Youtube Video

@if(!empty($galleryList) )
{!! $galleryList->fragment('gallery-list')->links() !!}
@endif @section('scripts') @parent @include('admin.common.common_gallery_scripts') @stop