{{-- resources/views/configuration/subscription-plans.blade.php --}} @php /** * File : subscription-plans.blade.php * Redesign: Left sidebar menu with animated full-page content per selection. * Design-only update (no logic or conditions changed). * ----------------------------------------------------------------------------- */ @endphp @extends('layouts.app', ['title' => ($pageTitle ?? 'Subscription Plans')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Subscription Plans') . ' ' . auth()->user()->name, 'description' => '', 'class' => 'col-lg-12' ])