@extends('layouts.client') @section('title',"Provider's Details") @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
{{ $provider->address }}
{{ $rating->comment }}
Reviews ({{ $provider->ratings->count() }})
@foreach ($provider->ratings as $rating)-
Quality:
Response on Time:
@endforeach
{{ $rating->user->first_name." ".$rating->user->last_name }} ( {{ $rating->order->category_id == 1 ? 'Lawn Mowing' : 'Snow Plowing' }} )
quality_rating == 5 ? 'checked' : '' }}/> quality_rating == 4 ? 'checked' : '' }}/> quality_rating == 3 ? 'checked' : '' }}/> quality_rating == 2 ? 'checked' : '' }}/> quality_rating == 1 ? 'checked' : '' }}/>
response_time_rating == 5 ? 'checked' : '' }}/> response_time_rating == 4 ? 'checked' : '' }}/> response_time_rating == 3 ? 'checked' : '' }}/> response_time_rating == 2 ? 'checked' : '' }}/> response_time_rating == 1 ? 'checked' : '' }}/>
{{ $rating->comment }}