@extends('theme.master') @section('title', '會員中心') @section('custom-head') @endsection @section('content') @include('admin.message') @include('front.user_profile.profileHeader')
{{ csrf_field() }} {{ method_field('PUT') }}
@include('front.user_profile.profileSidebar')
@if( true || Auth::User()->verified )
@else
@endif
@if( $orders->email_verified_at )
@else
@endif

{{ __('frontstaticword.Sex') }}
gender == 1) checked @endif>
gender == 2) checked @endif>
{{-- 計算BMI 由後台帶資料 --}}
{{-- 地址用 tw-city-selector 需要修改資料表中的儲存欄位 name class 要注意一下 --}}
{{--


社群綁定

@if (!Auth::User()->facebook_id) 臉書登入
尚未綁定
@else 臉書登入
已綁定
@endif @if (!Auth::User()->google_id) google 登入
尚未綁定
@else google 登入
已綁定
@endif @if (!Auth::User()->line_id) line 登入
尚未綁定
@else line 登入
已綁定
@endif @if (!Auth::User()->op_id) OP 登入
尚未綁定
@else OP 登入
{{ Auth::User()->op_id }}
@endif

@php $CardDetail = Auth::User()->getUserBindCardDetail(); @endphp @if ( Auth::User()->icashpay_token || !empty($CardDetail))

解除支付綁定

@if (Auth::User()->icashpay_token) @endif @if (!empty($CardDetail)) @endif
@endif
@endsection @include( 'auth.firebase_otp' ) @section('custom-script') {{-- tw-city-selector --}} {{-- date range picker --}} {{-- 剪裁圖片 --}} {{-- 驗證信 --}} @endsection