@if($filter == "position")
{{$percentage}}% of all the {{$model->name}} in one location have been {{$leave->type->name}} in {{$range}}.
@elseif($filter == "location")
In location {{$model->name}} {{$percentage}}% of the total working hours of all the employees was registered as {{$leave->type->name}}.
@else
{{$model->name}} has been {{$leave->type->name}} {{$percentage}}% of her work hours in {{$range}}.
@endif