@include('layouts.style') @include('layouts.nav')

Pricings

SIMPLE & TRANSPARENT PRICING.

@if( Session::has( 'warning' ))

{{ Session::get( 'warning' ) }}

@endif
@csrf
@php $ip = $_SERVER['REMOTE_ADDR']; $details = json_decode(file_get_contents("http://ipinfo.io/{$ip}/json")); $mycountry = $details->country; @endphp @foreach($all_packages as $apk)

{{$apk->name}}

@if($mycountry=="IN")

{{$apk->price}}

@if($apk->price!=$apk->mrp)

₹{{$apk->mrp}} {{ (int)(100-($apk->price*100)/$apk->mrp) }}% off

@endif @else

$ {{$apk->price_usd}}

@if($apk->price_usd!=$apk->mrp_usd)

₹{{$apk->mrp_usd}} {{ (int)(100-($apk->price_usd*100)/$apk->mrp_usd) }}% off

@endif @endif

Question limit: {{ $apk->question_limit }}

Validity: {{ $apk->period }}

Email, Chat, On-Call Support

Access to Advanced Features (Create folders and ask multiple PDFs at a time)

No Time limit

Embed Chat Window Anywhere

Improved Performance & Responses with GPT 4.0

@if(auth()->user()) Upgrade Now @endif
@endforeach
@include('layouts.footer') @include('layouts.script')