@extends('layouts.tokkio-master') @section('content')

CHOOSE YOUR PLAN

@foreach($plans as $key => $plan)
Kr {!! (int)$plan->regular_price !!}/ month

{!! $plan->plan_name !!}

{!! str_replace("

", "

", $plan->plan_description) !!}

Choose plan
@endforeach

COMPARE PACKAGES

@php $colour = ['yellow','green','red']; $permission = [];@endphp @foreach($plans as $key => $plan) @php $permission[] = explode(',',$plan->module_permission); @endphp @endforeach @foreach($standardModules as $key => $sm) @endforeach

Functionality

{!! $plan->plan_name !!}
{!! $sm->title !!}

All prices are exclusive of VAT.
*Data import applies to the following data: customers, suppliers and products.

@endsection