Server IP : 127.0.0.2 / Your IP : 18.118.31.32 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/Public-Session/ |
Upload File : |
@extends('template.default') @section('content') <div class="header-breadcrumbs"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 sol-xs-12"> <div class="breadcrumbs-title text-center"> {{-- <h2>Public Sessions</h2> --}} <div class="subheader-pages"> <ul> <li><a href="{{route('home')}}" style="color:#fff;">Home</a></li> <li>Public Sessions</li> </ul> </div> </div> </div> </div> </div> </div> <div class="coursedetails-area"> <div class="container"> <div class="row"> <div class="col-lg-8 col-md-8 col-sm-8 col-xs-12"> <div class=""> <div class="container-inner"> <div class="row main-title" style="padding-left: 12px;"> <div class=" ertification"> <h2>Public Sessions</h2> </div> </div> <div class=""> <h3>Schedule of Maintenance Management Courses by Joel Levitt</h3> <p>Courses are being scheduled all the time, so check back regularly for new listings. the courses below are organized by Sponsor, so check the whole page for all the cities where we offer training. If you don't see something suitable, drop me a line to enquire about other possibilities. </p> <a href="{{route('newsletterSignup')}}" class="categoryLink">Get free copies of maintanance management articles when they come out sent directly to your in-box</a> </div> </div> </div> </div> <div> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <aside> <div class="sidebar-widgect"> <div class="singleside-widgect"> <div class="widgect-title"> <h3>Category</h3> </div> <div class="widgect-category"> <ul> <li><a href="{{route('popularSeminars')}}">Most Popular Seminars</a></li> <li><a href="{{route('consultingService')}}">Consulting Services</a></li> <li><a href="{{route('publicSessionsExpert')}}">Expert Witness</a></li> </ul> </div> </div> </div> </aside> </div> @foreach($sponsorData as $sponsor) <div class="row col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="row col-lg-7 col-md-7 col-sm-6 col-xs-6 pull-left">Sponser Name:{{$sponsor['Sponsor']}}<br> <a href="{{$sponsor['SponsorURL']}}" target="_blank" >{{$sponsor['SponsorURL']}}</a> </div> <div class="col-lg-5 col-md-5 col-sm-6 col-xs-6 pull-right "><br>Email: <a href="mailto:{{$sponsor['email']}}">{{$sponsor['email']}}</a> </div> </div> <table class="publicSessionTable"> <tr> <th width="20%">Date</th> <th width="50%">Session Title</th> <th width="30%">Location</th> </tr> @foreach($sponsor['data'] as $data) <tr> <td width="20%">{{$data->SessionDate}}</td> <td width="50%"> <a href="@if($data->seminar_matrix_id == $data->seminar_id) {{URL::to(route('publicSessionsSeminar',$data->seminar_id))}} @endif" class="linkColor">{{$data->seminar_title}}</a> </td> <td width="30%">{{$data->SessionLocation}}</td> </tr> @endforeach </table> <br> @endforeach <div class="pull-left"> <a href="{{route('contact')}}"> <i><u>Contact Us</u></a> for customized or standard training in your facility when you need it!</i> </div> <div class="pull-right"><a href="{{route('publicSessionsContactForm')}}" class="categoryLink">Click here to request more information about a public session</a> </div> </div> </div> </div> <div style="padding-bottom: 49px;"> </div> @endsection @push('styles') <link href="{{{URL::asset('public/css/home.css')}}}" rel="stylesheet"> <!-- <link href="{{{URL::asset('public/css/resource.css')}}}" rel="stylesheet"> --> <link href="{{{URL::asset('public/css/publicsession.css')}}}" rel="stylesheet"> @endpush @push('scripts') @endpush