@include('partials._provider')
@if($providerdata->providerHandyman->isNotEmpty())
@else
@endif
@foreach($providerdata->providerHandyman as $handyman)
@endforeach
@php
$extention = imageExtention(getSingleMedia($handyman, 'profile_image'));
@endphp
{{ $handyman->display_name ?? '-' }}
{{ $handyman->contact_number ?? '-' }}
{{ $handyman->email ?? '-' }}
{{ $handyman->address ?? '-' }}
{{ __('messages.no_handyman_found') }}