@extends('app') @section('title', trans('frontend.global.profile')) @section('content')
{{ $user->airline->name }}
| @lang('frontend.global.email') | {{ $user->email }} |
| @lang('frontend.profile.apikey') (@lang('frontend.profile.dontshare')) | {{ $user->api_key }} |
| @lang('frontend.global.timezone') | {{ $user->timezone }} |