From: Vincent Vanwaelscappel Date: Tue, 10 Jan 2023 09:41:58 +0000 (+0100) Subject: wait #5667 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9fd1d2ea13b614a7ed8b8882471f0f250055d985;p=fluidbook-toolbox.git wait #5667 @0:10 --- diff --git a/resources/views/team/pay.blade.php b/resources/views/team/pay.blade.php index 97567c579..507aba220 100644 --- a/resources/views/team/pay.blade.php +++ b/resources/views/team/pay.blade.php @@ -25,7 +25,13 @@ @foreach($slips as $id=>$slip) - {{$slip['year']}}-{{$slip['month']}} + + @if($slip['month']==='IR') + {{__('Récapitulatif fiscal')}} {{$slip['year']}} + @else + {{$slip['year']}}-{{$slip['month']}} + @endif + @can('team-pay:admin') {{$slip['name']}} @endcan