@extends(tt('layout.blade.php')) @push('header') @at(tt('assets/styles/pages/profile_edit.scss')) @endpush @section('title') {{ !empty(page()->title) ? page()->title : __('profile.settings_profile') }} @endsection @push('profile_edit_sidebar') @foreach($mods as $key => $val)
{{ __($val['name']) }}
{{--
{{ __($val['desc']) }}
--}}
@endforeach @endpush @push('content') @navbar
@navigation @breadcrumb @flash @editor @stack('container')
@stack('profile_edit_sidebar')
@stack('profile_edit_content')
@endpush @footer