@extends('site.layouts.app') @section('title','Pricing') @section('meta_description', 'This is the description for SEO') @section('meta_keywords', 'SEO, Keywords, Web Development') @php $user = Auth::user(); @endphp @section('content')

Simple Plans tailored for you

Dive into a world of AWS articles, top-notch YouTube resources, and quality video content.
enjoy lifetime access to premium daily content.

Life Time
Free Subscription

${{$plans->value}}/Life

(INR {{$plans->inr_value}})

@if($user !== null && $user->subscription == 0) Get Started @else Register @endif
Features:
  • All in one
  • Unlimited Files
  • Videos, Files, Links
  • Ad Free Experience
@endsection