@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')
@include('auth.profile._webhook')
@endif @if(config('app.two_factor'))
@include('auth.profile._two_factor_authentication')
@endif @if(config('app.trai_dlt') == 1 && isset($user->customer) && $user->customer->activeSubscription()?->plan?->is_dlt)
@include('auth.profile._dlt_entity_id')
@include('auth.profile._dlt_telemarketer_id')
@endif
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection