@extends('layouts.master_user') @section('title') All Packages @endsection @section('package') active @endsection @section('css') @endsection @section('content')

*After subscribing to an application, go to the IIA or IIP page links from the top bar in the front page and then login from there to use the desired application

@foreach($packages as $key => $package)
{{ $package['name'] }}
{{ config('innoplore.currency') }} {{ $package['amount'] }}
@if($package['canBuy']) Buy Now @else Not Eligible @endif

{!! $package['description'] !!}

@endforeach
@endsection