@extends('layouts.frontend') @section('title', trans('messages.subscription')) @section('page_script') @endsection @section('page_header')

{{ Auth::user()->customer->displayName() }}

@endsection @section('content')
@include('elements._notification', [ 'level' => 'warning', 'message' => trans('messages.no_plan.title') ])

{{ trans('messages.no_plan.wording') }}

{{ trans('messages.manage_your_subscription') }}
@endsection