@if(Auth::user())
@can('gallery check')
@endcan
@endif
@if (is_countable($gallery_images_paginate_style) && count($gallery_images_paginate_style) > 0)
@foreach ($gallery_images_paginate_style as $gallery_image)
@if(Auth::user())
@can('gallery check')
@php
$url = request()->path();
$modified_url = str_replace('/', '-bracket-', $url);
@endphp
@endcan
@endif
@if (!empty($gallery_image->section_image))
@endif
{{ $gallery_image->subtitle }}
@endforeach
@unset ($gallery_image)
{{ $gallery_images_paginate_style->links() }}
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@endif
@endif