One Hat Cyber Team
Your IP :
216.73.216.84
Server IP :
50.6.229.107
Server :
Linux server.hostburly.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
andjemzt
/
public_html
/
armu
/
resources
/
views
/
View File Name :
newsdetail.blade.php
@include('layouts.extensions') <br /><br /> @isset($newsupdate) <div class="card "> <div class="row"> <div class="card-header col-md-9"> <h3 class="card-title recorddetails"><strong> {{ $newsupdate[0]->title }}</strong></h3> </div> <div class="card-header col-md-3 recordbutton text-right"> </div> </div> <div class="card-body "> <!--Second row begins here--> <div class="row"> <div class="col-md-12"> <div> @if($newsupdate[0]->type == 'Video') <iframe width="520" height="250" src="{{ $newsupdate[0]->attachment }}" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <br /><a href="{{ $newsupdate[0]->sourcelink }}"> {{ $newsupdate[0]->source }}</a> @elseif($newsupdate[0]->type == 'Image') <img src="{{ asset($newsupdate[0]->attachment) }}" width="520" height="250"> <br /><a href="{{ $newsupdate[0]->sourcelink }}"> {{ $newsupdate[0]->source }}</a> @endif </div> </div> </div> <!--Second row ends here--> <!--Second row begins here--> <div class="row"> <div class="col-md-12"> <p align="justify"> {{ $newsupdate[0]->body }} </p> </div> </div> <!--Second row ends here--> </div> </div> @endisset </div> </div> </div> <footer class="footer"> <div class="container-fluid"> <nav> <ul> <li> Asset Recovery Database </li> <li> Version </li> <li> 1.0 </li> </ul> </nav> <div class="copyright" id="copyright"> Copyright © <?php echo date('Y'); ?> Designed by, <a href="https://counterfraudcenter.org/" target="_blank">Counter Fraud Center</a>. </div> </div> </footer> </div> </div> <!-- Core JS Files --> <script src="{{ asset('assets/js/core/jquery.min.js') }}"></script> <script src="{{ asset('assets/js/core/popper.min.js') }}"></script> <script src="{{ asset('assets/js/core/bootstrap.min.js') }}"></script> <script src="{{ asset('assets/js/plugins/perfect-scrollbar.jquery.min.js') }}"></script> <script src="{{ asset('assets/js/plugins/moment.min.js') }}"></script> <!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ --> <script src="{{ asset('assets/js/plugins/bootstrap-switch.js') }}"></script> <!-- Plugin for Sweet Alert --> <script src="{{ asset('assets/js/plugins/sweetalert2.min.js') }}"></script> <!-- Forms Validations Plugin --> <script src="{{ asset('assets/js/plugins/jquery.validate.min.js') }}"></script> <!-- Plugin for the Wizard, full documentation here: https://github.com/VinceG/twitter-bootstrap-wizard --> <script src="{{ asset('assets/js/plugins/jquery.bootstrap-wizard.js') }}"></script> <!-- Plugin for Select, full documentation here: http://silviomoreto.github.io/bootstrap-select --> <script src="{{ asset('assets/js/plugins/bootstrap-selectpicker.js') }}"></script> <!-- Plugin for the DateTimePicker, full documentation here: https://eonasdan.github.io/bootstrap-datetimepicker/ --> <script src="{{ asset('assets/js/plugins/bootstrap-datetimepicker.js') }}"></script> <!-- DataTables.net Plugin, full documentation here: https://datatables.net/ --> <script src="{{ asset('assets/js/plugins/jquery.dataTables.min.js') }}"></script> <!-- Plugin for Tags, full documentation here: https://github.com/bootstrap-tagsinput/bootstrap-tagsinputs --> <script src="{{ asset('assets/js/plugins/bootstrap-tagsinput.js') }}"></script> <!-- Plugin for Fileupload, full documentation here: http://www.jasny.net/bootstrap/javascript/#fileinput --> <script src="{{ asset('assets/js/plugins/jasny-bootstrap.min.js') }}"></script> <!-- Full Calendar Plugin, full documentation here: https://github.com/fullcalendar/fullcalendar --> <script src="{{ asset('assets/js/plugins/fullcalendar.min.js') }}"></script> <!-- Vector Map plugin, full documentation here: http://jvectormap.com/documentation/ --> <script src="{{ asset('assets/js/plugins/jquery-jvectormap.js') }}"></script> <!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ --> <script src="{{ asset('assets/js/plugins/nouislider.min.js') }}"></script> <!-- Google Maps Plugin --> <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script> <!-- Chart JS --> <script src="{{ asset('assets/js/plugins/chartjs.min.js') }}"></script> <!-- Notifications Plugin --> <script src="{{ asset('assets/js/plugins/bootstrap-notify.js') }}"></script> <!-- Control Center for Now Ui Dashboard: parallax effects, scripts for the example pages etc --> <script src="{{ asset('assets/js/now-ui-dashboard.min.js?v=1.4.1') }}" type="text/javascript"></script> <!-- Now Ui Dashboard DEMO methods, don't include it in your project! --> <script src="{{ asset('assets/demo/demo.js') }}"></script> <script> $(document).ready(function() { // initialise Datetimepicker and Sliders demo.initDateTimePicker(); if ($('.slider').length != 0) { demo.initSliders(); } }); </script> </body> </html>