File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/views/livewire/company Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ class="absolute top-2 right-2 text-gray-400 hover:text-gray-600">
180180 <tbody >
181181 @foreach ($selectedDueItems as $item )
182182 <tr >
183- <td class =" px-4 py-2 border-b" >{{ $item [' model' ]-> contract -> category -> name ?? ' -' } }
183+ <td class =" px-4 py-2 border-b" >{{ $item [' model' ]-> contract -> category -> name ?? $item [ ' model ' ] -> category -> name ?? ' -' } }
184184 </td >
185- <td class =" px-4 py-2 border-b" >{{ $item [' model' ]-> contract -> provider -> name ?? ' -' } }
185+ <td class =" px-4 py-2 border-b" >{{ $item [' model' ]-> contract -> provider -> name ?? $item [ ' model ' ] -> provider -> name ?? ' -' } }
186186 </td >
187187 <td class =" px-4 py-2 border-b" >
188188 {{ Number:: currency ($item [' model' ]-> budget ?? 0 , ' EUR' ) } } </td >
You can’t perform that action at this time.
0 commit comments