@if ($readOnly)

Storage Info

@endif
@include('storage/info-file-info', [ 'uploaded' => 1, 'bucket' => $bucket, 'postId' => $postId, 'key' => $key, 'privacy' => $privacy, 'cacheControl' => $cacheControl, 'expires' => $expires, 'url' => $url, 'publicUrl' => $publicUrl, 'width' => $width, 'height' => $height, 'driverName' => $driverName, 'bucketLink' => $bucketLink, 'pathLink' => $pathLink, 'readOnly' => $readOnly, 'optimization' => isset($optimization) ? $optimization : false, 'isSize' => false, 'topLevel' => true, 'imgixEnabled' => $imgixEnabled ])
@if (!$imgixEnabled && $enabled)
{!! do_action('media-cloud/ui/info-panel/actions', $postId) !!} {{-- Regenerate Image--}} {{-- --}}
@endif