Dre4m Shell
Server IP : 127.0.0.2  /  Your IP : 18.116.112.164
Web Server : Apache/2.4.18 (Ubuntu)
System :
User : www-data ( )
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/resources/views/pages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /var/www/html/resources/views/pages/homeReadMore.blade.php
@extends('template.default')

@section('content')
   <!-- testomilial area start hear -->
  <section>
    <div class="testomonial-area">
      <div class="container">
        <div class="row">
          <div class="caption-div">
            <p class="big-caption">{{$homeDetails->MiddleMainTitle}}</p>
              <!--<p>We will train your maintenance</p>
            <p class="medium-caption">staff to improve equipment</p>
            <p class="small-caption"h4>reliability, safety and reduce your costs</p>-->
          </div>
          <div class="input-email-div">
           <form action="{{route('emailsignup')}}" method="post" id="newslettersignup">
                         {{ csrf_field() }}
            <p>Please enter your email to download Free course catalog for maintenance management training</p>
            <input type="text" id="email-id" name="emailid" class="email-id btn" placeholder="Please enter your email ID" value="" />
            <button type="submit" id="email-submit" name="email-submit" class="email-submit btn-hr">Submit</button>
          </div>
          </div>
      </div>
    </div>
    </form
  </section>
  <!-- testomilial area end hear -->

  <!-- discount area start hear -->
  <section>
    <div class="data-area no-padding-left-right">
      <div class="container">
        <div class="row">
          <div class="col-lg-7 col-xs-12 no-padding-left">
            <div class="data-content">
              {!! $homeDetails->MiddleMainContent !!}
              <!--<h2>Interested in increasing your competitive edge?</h2>
              <p>Your staff will increase your plant effectiveness because they will be able to identify how to preserve or even increase your productive capacity, reduce downtime and anticipate hazardous conditions. We offer you solutions to a wide variety of maintenance management headaches. Just click the button below for a free catalog of classes and topics. </p>
              <p>Your convenience is front and center when we conduct in-house classes. We can schedule the classes to be convenient to your business cycle and timing (including weekend, second and third shift classes). We travel all over the world to provide you with high quality, professional training and materials. Many classes have free follow-up videos available on the web site. </p>-->
              <!--<a href="{{route('home_read_more')}}" class="btn-hr btn-hr-invert">Read More</a>-->
            </div>
          </div>
          <div class="col-lg-5 col-xs-12 no-padding-right">
            <div class="imageposition">
              <img src="public/assets/images/pic-1.jpg"></img>
              <p class="bottom-left"> {{$homeDetails->ImageTitle}}</p>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>
  <!-- discount area end hear -->

  <!-- Price Table area start hear -->
  <section>
    <div class="pricetable-area">
      <div class="container">
        <div class="row">
          
          
          
        </div>
      </div>
    </div>
  </section>
  <!-- Price Table area end hear -->

@endsection

@push('styles')
  <link href="{{{URL::asset('public/css/home.css')}}}" rel="stylesheet">
@endpush

@push('scripts')
<script type="text/javascript" src="{{{URL::asset('public/js/jquery-1.7.1.min.js')}}}"></script>
<script>

    $(function() {     
        $('#newslettersignup').validate({   
          errorClass: "form-error",
            rules:  {
                    
                    emailid:
                        {
                            required:true,
                        },
                    
                     },
            messages: {
                                            
                      emailid:  {
                                required:"*Please enter the  email ID"
                              }, 
                    
                            
                                     
                      },  
          submitHandler: function(form) {
            form.submit();
          }
        });
    });
</script>
@endpush

Anon7 - 2022
AnonSec Team