@extends('Frontend.Layouts.default') @section('header-menu-items') @if ( Auth::User() )
| {{ trans('validation.attributes.objects') }} | {{ $plan->objects }} |
| {{ trans('front.duration') }} | {{ $plan->duration_value }} {{ trans('front.'.$plan->duration_type) }} |
| {{ trans('validation.attributes.price') }} | {{ float($plan->price) }} |
| {{ trans('front.' . $permission) }} |