@extends('layouts.app') @section('titlePage', 'Profile') @section('content') @php if(is_client()){ $userCurrent = user(); }elseif(is_staff()){ $userCurrent = user()->clientMng; } @endphp
@if(session()->has('message.level')) @endif
Customizer

Navbar Color
Header Color
Brand Color
Menu background [ Gradient ]
@endsection @section('script') @endsection