{{-- Setup Work --}}

{{ get_static_option('work_title') ?? __('Skills & Expertise') }}

@foreach($categories as $cat)
{!! render_image_markup_by_attachment_id($cat->image) !!}

{{ $cat->category }}

@endforeach
+{{ $more_categories->count() ?? '' }}

{{ __('Categories to choose from') }}

{{ get_static_option('work_inner_title') ?? __('Choose, what would you do?') }}

{{-- Work categories modal --}}