@extends('both.template') @section('title', 'TAXES | OPTIMIA') @section('styleSheets') @endsection @section('content')
@php $i = 1; @endphp @foreach($taxes as $taxe) @php $i++; @endphp @endforeach
# Nom de la taxe Pourcentage (%) Status Action
{{ $i }} {{ $taxe->taxeName }} {{ $taxe->taxePercent }} %
@endsection @section('scriptsSheets') @endsection