{{--
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(); @endphp
  • @if($account->logo and file_exists("/update_files/$account->logo")) @else @endif
    {{$account->account_name}}
    Welcome, {{$usr->firstname}}!
    Edit Profile Reset Password Logout
  • Menu