KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/sld.edukrypt.app/resources/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/sld.edukrypt.app/resources/views/home.blade.php
@extends('layout')

@section('title','home')

@section('content')


<div class="wrapper home-section data-adjust">
    <div class="container-fluid cf-set">
      <div class="row align-items-center justify-content-center mt-5">
      
        <div class="col-lg-6">
         
          @php 
          $filterNexturl = App\Helpers\Frontend::getFirstPageUrl(Request::segment(2),$policy->slug);
          // $filterBackurl = App\Helpers\Frontend::getContentByBackOrder(Request::segment(2),Request::segment(3),$content->slug);
         //  dd($filterurl);
       @endphp

            <h2 class="what-gender wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.2s"> 
              {!! (session()->get('locale') == 'hi')? $policy->name_hi: $policy->name_en !!}  
            </h2>
            <div class="d-flex justify-content-center">
              <button class="button_su mt-5 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.2s">

    
                <span class="su_button_circle"></span>
                <a href="{{route('intro',['category'=>Request::segment(2),'policy'=>$policy->slug,'slug'=>$filterNexturl->slug])}}" class="button_su_inner"><span class="button_text_container"> Let’s Start <i class="bi bi-arrow-right"></i></span></a>
              </button>
            </div>
        </div>
        <div class="col-lg-5 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.2s">
            <center>
              <img width="100%" src="{{asset('public/uploads/policy/'.$policy->image)}}" alt="">
            </center>
        </div>
      </div>
    </div>
 </div>

@endsection

@push('footer-script')

@endpush

Anon7 - 2021