0% found this document useful (0 votes)
40 views3 pages

Package-Plans Blade

This document contains the code for displaying notes details on a website. It includes code for the page layout, breadcrumbs, blog posts widget, plans and packages details. Disqus comments code is also included to allow comments on the page.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views3 pages

Package-Plans Blade

This document contains the code for displaying notes details on a website. It includes code for the page layout, breadcrumbs, blog posts widget, plans and packages details. Disqus comments code is also included to allow comments on the page.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

@extends('Website.Layout.

master')
@section('title')
Smart Rankers|Notes
@endsection
@section('content')
<!-- Main content Start -->
<div class="main-content">
<!-- Breadcrumbs Start -->
<div class="rs-breadcrumbs breadcrumbs-overlay">
<div class="breadcrumbs-img">
<img
src="{{asset('web_assets/images/smartrankers/bread.jpg')}}" alt="Breadcrumbs
Image">
</div>
<div class="breadcrumbs-text white-color">
<h1 class="page-title">UPSC Notes Details</h1>
<ul>
<li>
<a class="active"
href="{{route('web.index')}}">Home</a>
</li>
<li>UPSC Notes Details</li>
</ul>
</div>
</div>
<!-- Breadcrumbs End -->

<!-- Blog Section Start -->


<div id="rs-blog" class="rs-inner-blog rs-blog rs-faq-part style1 pt-100
pb-100 md-pt-70 md-pb-70">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-12 order-last">
<div class="widget-area">
<div class="widget-archives mb-50">
<a href="https://play.google.com/store/apps/details?
id=com.advitsoft.smartrankers"> <img
src="{{asset('web_assets/images/smartrankers/Advertise.jpg')}}" class="img-
responsive img-fluid" /></a>
</div>
<div class="btn-part widget-archives mb-30">
<a href="#" class="btn readon2"
style="width:100%;"><i class="fa fa-telegram" aria-hidden="true"></i> Join Us on
Telegram</a>
<a href="#" class="btn mt-3 readon2"
style="width:100%;"><i class="fa fa-youtube" aria-hidden="true"></i> Join Us On
Youtube</a>
</div>
<div class="recent-posts-widget mb-50">
<h3 class="widget-title">Blogs</h3>
@foreach($blog as $blog)
<div class="show-featured ">
<div class="post-img">
<a href="{{route('web.blog-details',$blog-
>id)}}"><img src="{{asset('uploads/blog_images/'.$blog->short_img)}}" alt=""></a>
</div>
<div class="post-desc">
<a href="{{route('web.blog-details',$blog-
>id)}}">{{$blog->title}}.</a>
<span class="date">
<i class="fa fa-calendar"></i>
{!! date('d M,Y', strtotime($blog-
>created_at)); !!}
</span>
</div>
</div>
@endforeach
</div>

</div>
</div>
<div class="col-lg-8 pr-50 md-pr-15">
<div class='row'>
<div class="orange-color pt-100 md-pt-70 md-pb-70">
<div class="container">
<div class="row acc_area pb-50">

<!--Menu Area-->
<!--Body Area-->
<div class="col-lg-9 col-md-9 new-style-swa">

<div class="">
<div class="row inner-part text-center">
<div class="col-lg-12 col-md-12">
<h3> {{ $planPkgNew->title ?? '' }}
</h3>
<p>Choose a plan and proceed</p>
<h4>{{ $planPkgNew-
>course_starts_from ?? '' }}</h4>
<hr>
<table width="70%" style="margin:0
auto;">
<tr>
<td class="text-center
plan-note">
<i class="fa fa-
hand-o-right" aria-hidden="true"></i> {{ $maincatdetail->note ?? '' }}
</td>
</tr>
</table>
<hr>
@foreach($pkgplans as $plans)
<table width="70%" style="margin:0 auto;">
<tr class="plan-val">
<td>
{{$plans->planMonths}} Months<br>
<i class="planoffer"><?
=$plans['package_offer']?></i>
</td>
<td>
<i class="fa fa-inr" aria-
hidden="true"></i> {{$plans->roundMonths}}/month<br>
<i class="fa fa-inr" aria-
hidden="true"></i> {{$plans->amount}}
</td>
<td class="text-success">
<a href="{{$plans->url}}" class="btn
btn-success btn-sm">Buy Now</a>
</td>
</tr>
</table>
@endforeach
<br>
<p>To be paid as one time
payment</p>
</div>

</div>
</div>
</div>
<!--Body Area-->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div id="disqus_thread"></div>
</div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND
UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT:
https://disqus.com/admin/universalcode/#configuration-variables */
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with
your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace
PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://smart-rankers.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a
href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</div>

<!-- Main content End -->

You might also like