⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
resources
/
views
/
trainer
/
View File Name :
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>