{{-- Content --}}

{{ __('Profile') }}

{{-- @livewire('tenant.profile.show') --}}

{{Auth::user()->name}}

@if(Auth::user()->type_user != "2")

{{$teamMember->job}}

@endif

{{Auth::user()->email}}

Email

@if (Auth::user()->type_user != '2')

{{__("Personal Information")}}

@csrf id != null) value="{{$teamMember->id}}" @endisset> user_id != null) value="{{$teamMember->user_id}}" @endisset>
name != null) value="{{$teamMember->name}}" @endisset>
email != null) value="{{$teamMember->email}}" @endisset>
mobile_phone != null) value="{{$teamMember->mobile_phone}}" @endisset>
job != null) value="{{$teamMember->job}}" @endisset>

color != null) value="{{ $teamMember->color }}" @endisset >
De preferĂȘncia imagens 300x300
@endif

{{__("Account Setting")}}

@csrf id != null) value="{{Auth::user()->id}}" @endisset>
@if (Auth::user()->type_user == 2)
De preferĂȘncia imagens 300x300
@endif
@push('custom-scripts') @endpush
@if ($errors->any()) @endif