@extends('layouts.contentLayoutMaster') @section('title', $user->displayName()) @section('vendor-style') {{-- Page Css files --}} @endsection @section('content')
@include('auth.profile._accounts')
@include('auth.profile._security')
@include('auth.profile._notifications')
@if($user->active_portal == 'customer')
@include('auth.profile._information')
@endif @if(config('app.two_factor'))
@include('auth.profile._two_factor_authentication')
@endif
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection