@include('partials._provider')
@if($providerdata->providerHandyman->isNotEmpty())
@foreach($providerdata->providerHandyman as $handyman)
@php $extention = imageExtention(getSingleMedia($handyman, 'profile_image')); @endphp #

{{ $handyman->display_name ?? '-' }}

{{ $handyman->contact_number ?? '-' }}
{{ $handyman->email ?? '-' }}

{{ $handyman->address ?? '-' }}

@endforeach
@else

{{ __('messages.no_handyman_found') }}

@endif