![]() 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/reservations/ |
<style> .font-md { font-size: medium; } </style> <table class="table table-striped font-md"> <tbody> <tr> <th>@lang('RentPix::attributes.code')</th> <td>{!! $reservation->present('code_without_link') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.reservation.type')</th> <td>{!! $reservation->present('type') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.reservation.rental_status')</th> <td>{!! $reservation->present('rental_status') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.reservation.starts_at')</th> <td>{!! $reservation->present('starts_at') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.reservation.ends_at')</th> <td>{!! $reservation->present('ends_at') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.reservation.start_location')</th> <td>{{ $reservation->start_location['name'] }}</td> </tr> <tr> <th>@lang('RentPix::attributes.reservation.end_location')</th> <td>{{ $reservation->end_location['name'] }}</td> </tr> <tr> <th>@lang('RentPix::module.unit.title_singular')</th> <td>{!! $reservation->present('unit') !!}</td> </tr> <tr> <th>@lang('RentPix::module.customer.title_singular')</th> <td>{!! $reservation->present('customer') !!}</td> </tr> </tbody> </table>