@extends('site.layouts.app')
@section('title','Terms & Conditions')
{{-- SEO Start --}}
@section('meta_description', 'This is the description for SEO')
@section('meta_keywords', 'SEO, Keywords, Web Development')
@section('meta_author', 'John Doe')
{{-- SEO End --}}
@section('content')
- Anyone can register and subscribe to this website. Only personal email is mandatory.
- Registration is free.
- The subscribers can post queries and Crazy Master will answer by email only.
- It is advisable that subscribers don’t share their credentials with anyone.
- It is advisable the subscribers do not email on topics other than cloud computing / IT technology.
- Free users will be able to see a few sample Links / articles but subscribed users will be able to avail of all the
benefits with a lifetime fee of ${{$subscription->value." (INR ".$subscription->inr_value.")"}} .
- Subscription can be cancelled within 2 weeks and the subscriber will be eligible for full refund.
- Refunds requested after 2 weeks of payment will NOT be entertained.
@endsection