@extends('layouts.app') @section('head') @endsection @section('content')

{{ setting_item_with_lang('user_plans_page_title', app()->getLocale()) ?? __("Pricing Packages")}}

@include('admin.message')

{{__('My plan')}}

@endsection