Server IP : 127.0.0.2 / Your IP : 3.145.15.34 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/errors/ |
Upload File : |
@extends('template.default') @push('styles') <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> @endpush @section('content') <div class="header-breadcrumbs"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> {{-- <iframe frameborder="1" width="420" height="345" src="//www.youtube.com/"></iframe> --}} <div class="headerheading"> <p class="big-caption home-big-cation" >We will train your maintenance staff</p> <p class="smallcaption home-small-caption" style="padding-top:20px !important;">to improve equipment reliability, safety and to reduce costs</p> {{-- <h3 class="smallcaption" style="padding-top:20px !important;">reliability, safety and reduce your costs</h3> --}} </div> </div> </div> </div> </div> <div class="coursedetails-area"> <div class="container" style="padding:75px"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="container-inner"> <div class="row main-title"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="text-align:center"> <h1 style="font-size:75px">404 Page not found</h1> </div> </div> <div class="row"> <div class=""> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="text-align:center"> <h3>Sorry, the page you're looking for doesn't exist</h3> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="text-align:center;margin-top:30px"> <a href="{{url('home')}}"class="back"><b>Back to home</b></a> </div> </div> </div> </div> </div> </div> </div> @endsection @push('styles') <link href="{{{URL::asset('public/css/home.css')}}}" rel="stylesheet"> <link href="{{{URL::asset('public/css/about.css')}}}" rel="stylesheet"> <link href="{{{URL::asset('public/css/home.css')}}}" rel="stylesheet"> <style> .back{ background-color:#000000; border: none; color: white; padding: 15px 32px; text-align: center; font-size: 18px; margin: 4px 2px; cursor: pointer; border-radius: 12px; } b { color: white !important; } </style> @endpush @push('scripts') @endpush