File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
resources/views/locations Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 279279 <td >{{ $accessory -> name } } </td >
280280 <td >{{ ($accessory -> category ) ? $accessory -> category -> name : ' ' } } </td >
281281 <td >{{ ($accessory -> manufacturer ) ? $accessory -> manufacturer -> name : ' ' } } </td >
282- <td >{{ $asset -> model_number } } </td >
283- <td >{{ ($asset -> location ) ? $asset -> location -> name : ' ' } } </td >
282+ <td >{{ $accessory -> model_number } } </td >
283+ <td >{{ ($accessory -> location ) ? $accessory -> location -> name : ' ' } } </td >
284284 </tr >
285285 @php
286286 $counter ++
318318 <td >{{ $accessory -> name } } </td >
319319 <td >{{ ($accessory -> category ) ? $accessory -> category -> name : ' ' } } </td >
320320 <td >{{ ($accessory -> manufacturer ) ? $accessory -> manufacturer -> name : ' ' } } </td >
321- <td >{{ $asset -> model_number } } </td >
322- <td >{{ ($asset -> location ) ? $asset -> location -> name : ' ' } } </td >
321+ <td >{{ $accessory -> model_number } } </td >
322+ <td >{{ ($accessory -> location ) ? $accessory -> location -> name : ' ' } } </td >
323323 </tr >
324324 @php
325325 $counter ++
You can’t perform that action at this time.
0 commit comments