]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5667 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 10 Jan 2023 09:41:58 +0000 (10:41 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 10 Jan 2023 09:41:58 +0000 (10:41 +0100)
resources/views/team/pay.blade.php

index 97567c579e21a5f0bdaa3140102e9853398411b9..507aba220be7970c0c6e48e76134030aaedffdfe 100644 (file)
         @foreach($slips as $id=>$slip)
             <tr role="row">
                 <td></td>
-                <td><span>{{$slip['year']}}-{{$slip['month']}}</span></td>
+                <td><span>
+                        @if($slip['month']==='IR')
+                            {{__('Récapitulatif fiscal')}} {{$slip['year']}}
+                        @else
+                            {{$slip['year']}}-{{$slip['month']}}
+                        @endif
+                    </span></td>
                 @can('team-pay:admin')
                     <td><span>{{$slip['name']}}</span></td>
                 @endcan