![]() 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/customers/ |
<style> .font-md{ font-size: medium; } </style> <table class="table table-striped font-md"> <tbody> <tr> <th>@lang('RentPix::attributes.customer.name')</th> <td>{!! $customer->presentStripTags('name') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.customer.type')</th> <td>{!! $customer->present('type') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.customer.full_name')</th> <td>{!! $customer->present('full_name') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.customer.phone')</th> <td>{!! $customer->present('phone') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.customer.email')</th> <td>{!! $customer->present('email') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.customer.alt_email')</th> <td>{!! $customer->present('alt_email') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.customer.address')</th> <td>{!! $customer->present('address') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.customer.city')</th> <td>{!! $customer->present('city') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.customer.state')</th> <td>{!! $customer->present('state') !!}</td> </tr> <tr> <th>@lang('RentPix::attributes.customer.zip')</th> <td>{!! $customer->present('zip') !!}</td> </tr> </tbody> </table>