{{--
SKYWATCH PLATFORM
--}}
    @php $usr = \Illuminate\Support\Facades\Auth::id(); $usr = \App\Models\Contact::where('user_id',$usr)->first(); $account = \App\Models\Account::where('id',$usr->account_id)->first(); $user = \Illuminate\Support\Facades\Auth::user(); $userName = trim("{$usr->firstname} {$usr->lastname}") ?: $user->name; @endphp
  • @if($account->logo and file_exists("/update_files/$account->logo")) @else @endif
    {{$account->account_name}}
    Welcome, {{ $usr->firstname ?: $userName }}!
    {{ $account->account_name }} {{ $userName }} {{ $user->email }}
    Edit Profile Reset Password Logout
  • Menu