![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/rentpix.corals.io/Corals/modules/RentPix/resources/views/units/ |
<style> .font-md { font-size: medium; } </style> <table class="table table-striped font-md"> <tbody> <tr> <th>@lang('RentPix::attributes.code')</th> <td>{!! $unit->present('code_without_link') !!}</td> </tr> <tr> <th>@lang('Corals::attributes.status')</th> <td>{!! $unit->present('status') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.unit.vin')</th> <td>{!! $unit->present('vin') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.unit.license')</th> <td>{!! $unit->present('license') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.unit.engine')</th> <td>{!! $unit->present('engine') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.unit.make')</th> <td>{!! $unit->present('make') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.unit.model')</th> <td>{!! $unit->present('model') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.unit.model_year')</th> <td>{!! $unit->present('model_year') !!}</td> </tr> @if($unit->last_inspection_at) <tr> <th>@lang('RentPix::attributes.unit.last_inspection')</th> <td>{!! $unit->present('last_inspection_at') !!}</td> </tr> @endif </tbody> </table>