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

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

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

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

@endforeach