@extends('frontend.layouts.partials.default') @section('title','Pricing Plans') @section('main')
@if (!session('is_login'))

Free Browse Account

Allows you to look into the categories/images for free, remember you cannot download or save one

@else

Save big with a Subscription plan

You don’t have any active plan Yet, Buy now to start downloading images

@endif
{{-- Free tier --}} @foreach ($images as $item)
{{$item->plan_description}}

{{$item->plan_name}}

{{Priceformat($item->offer_price)}}

{{Priceformat($item->per_item_price)}} per image


 

  • {{$item->item_count}} images
  • Valid {{$item->valid_upto_months}} months
  • Valid for RF images only
@if (session('is_login')) Buy @else Buy @endif
@endforeach
{{-- Free tier --}} @foreach ($video as $item)
{{$item->plan_description}}

{{$item->plan_name}}

{{Priceformat($item->offer_price)}}

{{Priceformat($item->per_item_price)}} per video


  • {{$item->item_count}} videos
  • Valid {{$item->valid_upto_months}} months
  • Valid for RF Videos only
@if (session('is_login')) Buy @else Buy @endif
@endforeach
@endsection