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

{!! $plan->plan_name !!}

{{ Form::open(array('route' => 'tokkio.purchase', 'method' => 'POST', 'id' => 'ajaxSave'))}} {!! Form::hidden('plan_id',$id) !!} {!! Form::hidden('',$plan->regular_price ?? 0,['id' => 'plan_base_price']) !!}

{!! __('tokkio.customize_access') !!}

{!! __('tokkio.select_features') !!}

    @foreach($modules as $module)
  • @endforeach

{!! __('tokkio.company_information') !!}
{!! __('tokkio.contact_person') !!}

{!! __('tokkio.your_order') !!}

{!! $plan->plan_name !!}

{!! $plan->plan_description !!}

{!! __('tokkio.monthly_price') !!}
{!! __('tokkio.base_price') !!} {!! numberFormat($plan->regular_price) !!}
0-500 Vouchers Kr 10.00
{!! Form::close() !!}
@endsection @section('script') @endsection