@php $profile = getUser(); $tab = request()->tab; if(!$tab) $tab = session('tab'); $infoActive = $tab != 'account' ? 'active show': ''; $accountActive = $infoActive ? '' : 'active show'; @endphp @extends($_layout.'master') @section('title', 'Trang cá nhân') @section('show_sidebar', 1) @section('content')