@extends('admin.layout.base') @section('title', 'Dashboard ') @section('styles') @endsection @section('content')

@lang('admin.ride_heatmap')

@lang('admin.drivers_rating')
@if($providers->count() > 0) @foreach($providers as $provider)

{{$provider->name}} {{($provider->rating/5)*100}}%

@endforeach @endif
@endsection @section('scripts') @endsection