@extends('layouts.app')
@section('content')
|
# |
Service |
Taux |
|
@php $i = 0 @endphp
@foreach ($taux as $t)
@php $i++ @endphp
|
{{$i }} |
{{key_exists($t->service, $services) ? $services[$t->service] : '' }} |
{{$t->taux * 100 }} % |
|
@endforeach
@if($i == 0)
La liste est vide
|
@endif
@endsection
@section('script')
@endsection