@extends('layouts.app') @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('content')
{{ __('Profile') }}
{{ __('Basic Information') }}
{{ __('Security') }}
{{ __('My Plan') }}
{{ __('Payments') }}
{{ __('API Token') }}
{{ __('Contacts') }}
{{ __('Two Factor Authentication') }}
@yield('profile-content')
@endsection