{{--
--}}
@include('header')

{{ $category['alt_name'] }} Profile Listing

@csrf {{-- --}} {{-- --}}
@if (isset($count) && ($count > 0)) @foreach ($profile as $item)
{{-- --}}

{{$item->full_name}}

{{$item->about_company}}

@foreach ($item->subcategories as $subcategory) {{ $subcategory['slug'] }} @endforeach

{{$item->area_of_service}}

@if ($item->getAverageRatingAttribute() > 0)
@for ($i = 0; $i < round($item->getAverageRatingAttribute()); $i++) @endfor
@endif {{-- {{$item->getAverageRatingAttribute()}} --}} View Details
@endforeach @else @if (request()['message'])

Your request has been submitted successfully, our professional will reach out to you soon

My Profile
@else

No Profile Found

@endif @endif
{{-- --}}
@include('footer')
@include('loginmodel') {{-- @include('categorymodal') --}}