@extends('outlets.layout') @section('content') Video tutorial English 中文 2 {{ (Session::has('lang') && Session::get('lang') == 'ch') ? Lang::get("langCh.MyProfile") : Lang::get("lang.MyProfile") }} {{ (Session::has('lang') && Session::get('lang') == 'ch') ? Lang::get("langCh.CloseRegister") : Lang::get("lang.CloseRegister") }} Video tutorial {{ (Session::has('lang') && Session::get('lang') == 'ch') ? Lang::get("langCh.Logout") : Lang::get("lang.Logout") }} @endsection