@extends('layouts.app', ['title' => __('Pages')]) @section('content')
{{ __('Features') }} |
---|
{{ __($feature) }} |
{{ __('You are currently using the ').$currentPlan->name." ".__('plan') }}
@if(strlen(auth()->user()->plan_status)>0)
{{ __('Status').": "}} {{ auth()->user()->plan_status }}
@endif