@extends('frontend.layouts.split') @section('title', 'Settings' . ' '.html_entity_decode("—", ENT_QUOTES, 'UTF-8').' ' . app_name()) @section('content')
{{-- ===== FORM 1 ===== --}}
@include('frontend.user.account.tabs.edit')
@include('frontend.user.account.tabs.profile')
{{-- ===== FORM 2 ===== --}}
@include('frontend.user.account.tabs.change-password')
@can('frontend admin')
@include('frontend.user.account.tabs.users',['users'=>$users,'pageCount'=>$pageCount])
@include('frontend.user.account.tabs.settings',['settings'=>$settings])
@endcan
@push('after-scripts') @endpush @endsection