@extends('dispatcher.layout.base') @section('title', 'Dashboard ') @section('styles')
@endsection @section('content')
@lang('admin.heatmap.Ride_Heatmap')
Drivers Rating
@if($providers->count() > 0) @foreach($providers as $provider)
{{$provider->first_name}} {{$provider->last_name}}
{{($provider->rating/5)*100}}%
@endforeach @endif
@endsection @section('scripts') @endsection