@if(Auth::user()) @can('gallery check')
@endcan @endif
@if(Auth::user()) @can('section check')
@endcan @endif @isset($gallery_image_section_style1)
@php echo html_entity_decode($gallery_image_section_style1->title); @endphp

@php echo html_entity_decode($gallery_image_section_style1->description); @endphp

@else @if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
Gallery

See all images

@endif @endisset @if (is_countable($gallery_images_style1) && count($gallery_images_style1) > 0)
@foreach ($gallery_images_style1 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)
@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