Server IP : 108.163.255.210 / Your IP : 18.227.46.54 Web Server : Apache System : Linux blossom.urlnameserver.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64 User : ( 1172) PHP Version : 7.2.34 Disable Function : eval,escapeshellarg,proc_close,proc_get_status,proc_nice,proc_open,symlink,system,pcntl_exec,getrusage,chown,chgp,closelog,openlog,syslog,define_syslog_variables,php_ini_loaded_file,getservbyname,getservbyport,posix_getgid,posix_getgrgid,proc_terminate,pfsockopen,apache_child_terminate,posix_mkfifo,posix_setpgid,posix_setuid,hypot,pg_host,pos,posix_access,posix_getcwd,posix_getservbyname,myshellexec,getpid,posix_getsid,posix_isatty,posix_kill,posix_mknod,posix_setgid,posix_setsid,posix_setuid,posix_times,posix_uname,ps_fill,posix_getpwuid,global,ini_restore,zip_open,zip_read,rar_open,bzopen,bzread,bzwrite,apache_get_modules,apache_get_version,phpversionphpinfo,php_ini_scanned_files,get_current_user,disk_total_space,diskfreespace,leak,imap_list,hypo,filedump,safe_mode,getmygid,apache_getenv,apache_setenv,bzread,bzwrite,bzopen,phpini,higlight_file,dos_conv,get_cwd,er_log,cmd,e_name,vdir,get_dir,only_read,ftok,ftpexec,posix_getpwnam,mysql_list_dbs,disk_free_space,session_save_path,confirm_phpdoc_compiled,zip_entry_rea,php_u,psockopen,crack_opendict,crack_getlastmessage,crack_closedict,crack_check,fpassthru,posix_get_last_error,posix_getlogin,posix_getgroups,posix_strerror,posix_getrlimit,posix_getpgrp,posix_getgrnam,pos,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/unilinki/public_html/thesafetypoint.com/resources/views/front/pages/ |
Upload File : |
@extends('front.template.master') @section('title', 'Home') @section('content') <!-- Hero Slider Area --> <div class="heroslider-area in-sliderarrow"> <!-- Hero Slider Single --> @foreach($banners as $banner) <div class="heroslider animated-heroslider d-flex align-items-center" data-bgimage="{{ env('APP_URL')}}/storage/app/public/policy/{{ $banner->image }}" data-secondary-overlay="8" style="background-size: cover;"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-8 col-lg-8"> <div class="heroslider-content"> <!--<a href="{{ route('servicedetails',$banner->slug) }}"><h1 style="font-size: 40px;"><span>{{ $banner->title }} </span>{{ $banner->sub_title }}</h1></a>--> <!--<p>{{ $banner->short_description }}</p>--> <div class="heroslider-buttonholder" style="margin-top: 200px;"> <a href="{{ route('about') }}" class="in-button in-button-theme">About Us</a> <!--<a href="{{ route('contact') }}" class="in-button in-button-theme" style="background: #e7b33b; border-color: #e7b33b">Contact Us</a>--> <a href="{{ route('servicedetails',$banner->slug) }}" class="in-button in-button-theme" style="background: #e7b33b; border-color: #e7b33b">View Details</a> </div> </div> </div> <div class="col-lg-3"> </div> </div> </div> </div> @endforeach <!--// Hero Slider Single --> </div> <!--// Hero Slider Area --> <!-- Page Conttent --> <main class="page-content"> <!-- Features Area --> <!-- <div class="features-area in-section section-padding-md bg-white"> <div class="container"> <div class="row features-wrapper"> <div class="col-lg-4 col-md-6 col-12"> <div class="in-feature"> <span class="in-feature-icon"> <i class="flaticon-lock"></i> </span> <h4>Secure Account With Gurantee</h4> <p>Do eiusmod tempor incididunt ut labore et dolore masit amet.</p> </div> </div> <div class="col-lg-4 col-md-6 col-12"> <div class="in-feature"> <span class="in-feature-icon"> <i class="flaticon-lab"></i> </span> <h4>10 Years Of Experience</h4> <p>Do eiusmod tempor incididunt ut labore et dolore masit amet.</p> </div> </div> <div class="col-lg-4 col-md-6 col-12"> <div class="in-feature"> <span class="in-feature-icon"> <i class="flaticon-partner"></i> </span> <h4>Dedicated Team With Strong Skill</h4> <p>Do eiusmod tempor incididunt ut labore et dolore masit amet.</p> </div> </div> </div> </div> </div> --> <!--// Features Area --> <!-- Blog Area --> <div class="blogs-area in-section section-padding-lg bg-white"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="section-title text-center"> <h2>Interesting Contents</h2> <!--<h2>Our News Feed</h2>--> </div> </div> </div> <div class="row blog-slider-active in-slidearrow"> @foreach($blogs as $blog) <!-- Single Blog --> <div class="col-lg-4"> <div class="in-blog mt-30"> <div class="in-blog-image"> <a href="{{ route('blogdetails', $blog->slug) }}"> <img src="{{ env('APP_URL')}}/storage/app/public/blogs/{{ $blog->image }}" alt="blog image" style="height: 200px;"> </a> </div> <div class="in-blog-content"> <div class="in-blog-metatop"> <span>{{ Carbon\Carbon::parse($blog->created_at)->format('d M, Y') }}</span> <span><a href="#"> @foreach($blog_cat as $cat) @if($cat->id == $blog->category) {{ $cat->title }} @endif @endforeach </a></span> </div> <h4 class="in-blog-title"><a href="{{ route('blogdetails', $blog->slug) }}">{{ str_limit(strip_tags(html_entity_decode($blog->title)), $limit = 30, $end = '...') }} </a></h4> <p>{{ str_limit(strip_tags(html_entity_decode($blog->short_description)), $limit = 250, $end = '...') }}</p> <div class="in-blog-authorimage"> <span> <img src="{{ env('APP_URL')}}/public/front/images/logo/logo5.png" alt="author image"> </span> </div> <div class="in-blog-metabottom"> <span>Credit : <a href="{{ $blog->credit_url }}" target="_blank">{{ $blog->credit }}</a></span> <!--<span><a href="#"><i class="zmdi zmdi-favorite-outline"></i> Like : 05</a> / <a href="#"><i class="zmdi zmdi-comment-outline"></i>--> <!-- Comment</a></span>--> </div> </div> </div> </div> <!--// Single Blog --> @endforeach </div> </div> </div> <!--// Blog Area --> <!-- Why Area --> <div class="services-area in-section section-padding-lg bg-shape"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="section-title text-center"> <h2>WHY THE SAFETY POINT</h2> <h6>We are leading international Insurance service provider to make your happy life .</h6> </div> </div> </div> <div class="row"> <div class="col-xl-6 col-lg-12"> <div class="about-content heightmatch"> <?php echo $home->content1; ?> <a href="{{ env('APP_URL')}}/storage/app/public/attachment/{{ trim($home->attachment1) }}" target="_blank">The Team</a> </div> </div> <div class="col-xl-6 col-lg-12"> @if($home->image1) <img src="{{ env('APP_URL')}}/storage/app/public/cms/{{ trim($home->image1) }}"> @else <img src="{{ asset('public/front/images/why1.png') }}"> @endif </div> <!--<div class="col-xl-6 col-lg-12" style="background: #32282857;">--> <!-- <center>--> <!-- <div class="heroslider-roundbox roundbox">--> <!-- <div class="roundbox-block">--> <!-- <span class="roundbox-icon">--> <!-- <i class="flaticon-mind"></i>--> <!-- </span>--> <!-- <h5>Life Insurance</h5>--> <!-- </div>--> <!-- <div class="roundbox-block">--> <!-- <span class="roundbox-icon">--> <!-- <i class="flaticon-life-insurence"></i>--> <!-- </span>--> <!-- <h5>Health Insurance</h5>--> <!-- </div>--> <!-- <div class="roundbox-block">--> <!-- <span class="roundbox-icon">--> <!-- <i class="flaticon-planning"></i>--> <!-- </span>--> <!-- <h5>Motor Insurance</h5>--> <!-- </div>--> <!-- <div class="roundbox-block">--> <!-- <span class="roundbox-icon">--> <!-- <i class="flaticon-businessman"></i>--> <!-- </span>--> <!-- <h5>Others Insurance</h5>--> <!-- </div>--> <!-- </div>--> <!-- </center>--> <!--</div>--> </div> <div class="row"> <div class="col-xl-6 col-lg-12"> @if($home->image2) <img src="{{ env('APP_URL')}}/storage/app/public/cms/{{ trim($home->image2) }}"> @else <img src="{{ asset('public/front/images/why2.png') }}"> @endif </div> <div class="col-xl-6 col-lg-12"> <div class="about-content heightmatch"> <?php echo $home->content2; ?> <a href="{{ env('APP_URL')}}/storage/app/public/attachment/{{ trim($home->attachment2) }}" target="_blank">Thesafetypoint Profile</a> </div> </div> </div> <div class="row"> <div class="col-xl-6 col-lg-12"> <div class="about-content heightmatch"> <?php echo $home->content3; ?> <a href="{{ env('APP_URL')}}/storage/app/public/attachment/{{ trim($home->attachment3) }}" target="_blank">Why NRI from USA should invest in India</a><br> <a href="{{ env('APP_URL')}}/storage/app/public/attachment/{{ trim($home->attachment4) }}" target="_blank">Why NRI from UAE should invest in India</a><br> <a href="{{ env('APP_URL')}}/storage/app/public/attachment/{{ trim($home->attachment5) }}" target="_blank">Why NRI from Singapore should invest in India</a><br> </div> </div> <div class="col-xl-6 col-lg-12"> @if($home->image3) <img src="{{ env('APP_URL')}}/storage/app/public/cms/{{ trim($home->image3) }}"> @else <img src="{{ asset('public/front/images/why3.png') }}"> @endif </div> </div> </div> </div> <!--// Why Area --> <!-- About Area --> <!-- <div class="about-area in-section section-padding-top-lg bg-white"> <div class="container custom-container"> <div class="row gx-0"> <div class="col-xl-6 col-lg-12"> <div class="about-content heightmatch"> <h6>ABOUT US </h6> <h2>Something about us</h2> <h4>We are leading international Insurance service provider to make your happy life .</h4> <ul class="ul-style-1"> <li>Lorem ipsum dolor sit amet, ciit in voluptate velit esse cillum.</li> <li>Tempor at. Duis aute irure dolor in reprehenderit in voluptate veldolou fugiat nulla paria turat.</li> <li>Omnis iste natus error sit voluptatem accusantium doloremque laudantiuquae ab illo inventore veritatis et quasi dolorem.</li> <li>Do eiusmod tempor incididunt ut labore et dolore masit amet.</li> </ul> <a href="#" class="in-button">ABOUT US</a> </div> </div> <div class="col-xl-6 col-lg-6"> <div class="heightmatch"> <div class="in-videobox"> <img src="{{ asset('public/front/images/other/videbox-image-1.jpg') }}" alt="man with umbrella"> <a href="#" data-video-id='136709781' data-channel="vimeo" class="in-videobutton in-videobox-button"><i class="zmdi zmdi-play"></i></a> </div> </div> </div> <div class="col-xl-6 col-lg-6"> <div class="counterbox heightmatch" data-bgimage="{{ asset('public/front/images/other/counterbox-bg.jpg') }}" data-secondary-overlay="9"> <div class="counterbox-inner"> <div class="counterbox-block"> <div class="counterbox-blockinner"> <h2><span class="counter">95</span>%</h2> <h6>Satisfaction</h6> </div> </div> <div class="counterbox-block"> <div class="counterbox-blockinner"> <h2><span class="counter">4000</span></h2> <h6>New Client</h6> </div> </div> <div class="counterbox-block"> <div class="counterbox-blockinner"> <h2><span class="counter">95</span>%</h2> <h6>Satisfaction</h6> </div> </div> <div class="counterbox-block"> <div class="counterbox-blockinner"> <h2><span class="counter">980</span></h2> <h6>New Project</h6> </div> </div> </div> </div> </div> <div class="col-xl-6 col-lg-12"> <div class="insurencebox heightmatch"> <h4>Request a free call back</h4> <h2>Have a business to protect?</h2> <form action="#" class="insurencebox-form"> <select> <option value="life">Life Insurence</option> <option value="home">Home Insurence</option> <option value="travel">Travel Insurence</option> <option value="business">Business Insurence</option> <option value="car">Car Insurence</option> <option value="auto">Auto Insurence</option> </select> <input type="text" placeholder="Name *"> <input type="text" placeholder="Email *"> <input type="text" placeholder="Phone *"> <button type="submit" class="in-button">Submit</button> </form> </div> </div> </div> </div> </div> --> <!--// About Area --> <!-- FAQ Area --> <div class="services-area in-section section-padding-lg bg-shape"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="section-title text-center"> <h2>QUESTION ANSWER</h2> <h6>ASK US ANYTHING, WE’D LOVE TO ANSWER!</h6> </div> </div> </div> <div class="row"> <div class="faequently-accordion"> <!--panel body start--> @foreach($faqs as $k=>$faq) <h4 class="<?php if(++$k == '1'){ echo "open"; } ?>">{{ ++$k-1 }}. {{ $faq->title }}</h4> <div class="faequently-description"> {!! $faq->short_description !!} </div> @endforeach <!--panel body end--> </div> </div> </div> </div> <!--// FAQ Area --> <!-- Services Area --> <div class="services-area in-section section-padding-lg bg-shape"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="section-title text-center"> <h6>BEST SERVICES FOR YOU</h6> <h2>What We Provide</h2> <h6>We are leading international Insurance service provider to make your happy life .</h6> </div> </div> </div> <div class="row"> <!-- Single Service --> @foreach($services as $service) <div class="col-xl-3 col-lg-4 col-md-6 col-sm-6 col-12"> <div class="in-service mt-30"> <span class="in-service-icon"> <i class="fa fa-{{ $service->icon }}"></i> </span> <h5><a href="{{ route('listservices',$service->slug) }}">{{ $service->title }}</a></h5> <p>{{ $service->short_description }}</p> <span class="in-service-transparenticon"> <i class="flaticon-life-insurence"></i> </span> </div> </div> @endforeach <!--// Single Service --> </div> </div> </div> <!--// Services Area --> <!-- Call To Action Area --> <div class="calltoaction-area in-section section-padding-lg bg-image-1" data-secondary-overlay="9" style="padding-bottom: 100px; margin-top: 100px;"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> </div> <div class="col-xl-6 col-lg-12"> <div class="heightmatch" style="color: #fff; margin-left: 50px;"> <?php echo $about->content1; ?> <a href="{{ route('about') }}" class="in-button in-button-theme">Company Information</a> </div> </div> </div> </div> </div> <!--// Call To Action Area --> <!-- Testimonial Area --> <div class="testimonial-area in-section section-padding-lg bg-white"> <div class="testimonial-slider in-slidearrow-2"> @foreach($testimonials as $testimonial) <div class="slider-item"> <!-- Single Testimonial --> <div class="testimonial"> <div class="testimonial-header"> <div class="testimonial-image" style="height: 120px; width: 112px; }"> @if($testimonial->image) <img src="{{ env('APP_URL')}}/storage/app/public/testimonial/{{ trim($testimonial->image) }}"> @else <img src="{{ asset('public/front/images/testimonial/testimonial-author-1.png') }}" alt="testimonial author"> @endif </div> <span><img src="{{ asset('public/front/images/icons/title-bottom-shape.png') }}" alt="shape"></span> </div> <div class="testimonial-content"> <p>{{ $testimonial->short_description }}</p> <h5>{{ $testimonial->name }}</h5> <h6>{{ $testimonial->designation }}</h6> </div> <ul class="testimonial-socialicons"> <li><a href="{{ $testimonial->facebook_url }}"><i class="zmdi zmdi-facebook"></i></a></li> <li><a href="{{ $testimonial->twitter_url }}"><i class="zmdi zmdi-twitter"></i></a></li> <li><a href="{{ $testimonial->linkedin_url }}"><i class="zmdi zmdi-linkedin"></i></a></li> <li><a href="{{ $testimonial->instagram_url }}"><i class="zmdi zmdi-instagram"></i></a></li> </ul> </div> <!--// Single Testimonial --> </div> @endforeach </div> </div> <!--// Testimonial Area --> </main> <!--// Page Conttent --> @endsection