@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 $item)
@if(Auth::user()) @can('gallery check') @php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); @endphp
@csrf
@endcan @endif
@if (!empty($item->section_image)) Portfolio image @else Portfolio image @endif
{{ $item->subtitle }}
{{ $item->title }}
@endforeach @unset ($item)
{{ $gallery_images_paginate_style->links() }}
@else @if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
Mockup
Card Mockup
Mockup
Mockup Box
Mockup
Coffee Mockup
Mockup
Square Box
Ui Design
Paper Design
Mockup
Business Card
@endif @endif
@if(Auth::user()) @can('gallery check')
@php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); @endphp
@csrf
@csrf
@endcan @endif