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

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

@endsection @section('content')
@include('elements._notification', [ 'level' => 'warning', 'message' => $message ])
@endsection