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