@extends(Theme::getThemeNamespace('layouts.main')) @section('content') {!! apply_filters('lm_customer_setting_menu', null) !!} {!! $basicSettingForm->renderForm() !!} {!! $passwordSettingForm->renderForm() !!} {!! apply_filters('lm_customer_setting_content', null) !!} @endsection