@if(Auth::user()) @can('gallery check')
@endcan @endif
@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
@csrf
@endcan @endif
@if (!empty($gallery_image->section_image)) image @endif
{{ $gallery_image->title }}
{{ $gallery_image->subtitle }}
@endforeach @unset ($gallery_image)
{{ $gallery_images_paginate_style->links() }}
@else @if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
image
Flowers in vases
Photography
image
art design
Creative
image
Open books
Creative
image
Work station
UI/UX Design
@endif @endif
@if(Auth::user()) @can('gallery check')
@php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); @endphp
@csrf
@csrf
@endcan @endif