![]() 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/medad.corals.io/Corals/modules/Medad/resources/views/vehicle_services/ |
<div class="table-responsive"> <table class="table table-striped"> <tr> <th>@lang('Medad::attributes.code')</th> <td>{!! $vehicle_service->present('code')!!}</td> </tr> <tr> <th>@lang('Medad::attributes.vehicleService.odometer_reading')</th> <td>{!! $vehicle_service->present('odometer_reading')!!}</td> </tr> <tr> <th>@lang('Medad::attributes.vehicleService.service_type_code')</th> <td>{!! $vehicle_service->present('service_type_code')!!}</td> </tr> <tr> <th>@lang('Medad::attributes.vehicleService.cost')</th> <td>{!! $vehicle_service->present('cost')!!}</td> </tr> <tr> <th>@lang('Medad::attributes.vehicleService.fuel_level')</th> <td>{!! $vehicle_service->present('fuel_level')!!}</td> </tr> <tr> <th>@lang('Medad::attributes.vehicle.licence_plate')</th> <td>{!! $vehicle->present('licence_plate')!!}</td> </tr> <tr> <th>@lang('Medad::attributes.vehicleService.work_performed')</th> <td>{!! $vehicle_service->present('work_performed')!!}</td> </tr> </table> </div>