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