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

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

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

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

@endforeach