{{$subCategoryName}}

Back
tips

{!! $CategoryContentLabel ?? 'No additional tips available.' !!}

Typical scope of work

{!! $scope_of_work ?? 'Scope of work details are not available at the moment.' !!}

Recommended tools to bring

@if(!empty($tools) && $tools->isNotEmpty())
    @foreach($tools as $tool)
  • {{ $tool }}
  • @endforeach
@else

No tools required or tool list is unavailable.

@endif