@extends('layouts.manage') @section('styles') @endsection @section('title') @lang('Profile Settings') @endsection @section('page-header-title') @lang('Profile Settings') @endsection @section('page-header-description') @lang('View or Change Profile Settings') @endsection @section('scripts') @if(config('settings.toast_notifications_enable')) @endif @endsection @section('content') @include('partials.manage.settings.profile') @endsection