@if(Auth::user()) @can('portfolio check')
@endcan @endif
@if(Auth::user()) @can('portfolio check')
@endcan @endif
@if (is_countable($portfolio_count_categories) && count($portfolio_count_categories) > 0) @else @if (Auth::user() || $draft_view == null || $draft_view->status == 'enable') @endif @endif
@if (is_countable($portfolios_paginate_style) && count($portfolios_paginate_style) > 0)
@foreach ($portfolios_paginate_style as $item)
@if(Auth::user()) @can('portfolio check') @php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); @endphp
@csrf
@endcan @endif
@if (!empty($item->section_image)) image @endif
@if (!empty($item->url))
{{ $item->title }}
@else
{{ $item->title }}
@endif {{ $item->category_name }}
@endforeach @unset ($item)
{{ $portfolios_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('portfolio check')
@php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); @endphp
@csrf
@csrf
@csrf
@endcan @endif