@php $memberKnowOptions = [ '親朋好友' => '◆親朋好友', '網路資訊' => '◆網路資訊', '報章雜誌' => '◆報章雜誌', '看板立牌' => '◆看板立牌', '電視媒體' => '◆電視媒體', '回客購買' => '◆回客購買', ]; @endphp @extends('index') @section('content') {{__('custom.會員資料')}} | {{__('custom.會員資料設定')}} {{__('custom.會員資料設定')}} {{__('custom.消費紀錄')}} {{__('custom.我的優惠券')}} {{__('custom.會員資料設定')}} {{__('custom.您的帳號')}} {{Auth::user()->member_account}} *{{__('custom.為必填項目,請確實填寫資料,謝謝')}} @csrf @method('PUT') * {{__('custom.姓名')}} @if ($errors->has('member_name')) {{ $errors->first('member_name') }} @endif member_sex == 2 ? 'checked' : ''}}> @if ($errors->has('member_sex')) {{ $errors->first('member_sex') }} @endif {{__('custom.先生')}} member_sex == 1 ? 'checked' : ''}}> @if ($errors->has('member_sex')) {{ $errors->first('member_sex') }} @endif {{__('custom.小姐')}} * {{__('custom.生日')}} @if ($errors->has('member_birthday')) {{ $errors->first('member_birthday') }} @endif * {{__('custom.請輸入您的Email')}} {{-- {{__('custom.發送驗證信')}}--}} @if ($errors->has('member_email')) {{ $errors->first('member_email') }} @endif * {{__('custom.行動電話')}} {{-- {{__('custom.發送驗證碼')}}--}} {{-- --}} {{-- {{__('custom.驗證')}}--}} @if ($errors->has('member_phone')) {{ $errors->first('member_phone') }} @endif * {{__('custom.請輸入您的地址')}} @if ($errors->has('member_address') || $errors->has('county')) {{ $errors->first('member_address') }} @endif @if ($errors->has('county')) {{ $errors->first('county') }} @endif {{__('custom.您是如何得知 Tea Struck ?')}} {{__('custom.請選擇')}} @foreach($memberKnowOptions as $columnValue => $columnTitle) @if ($memberData->member_know == $columnValue) {{ $columnTitle }} @else {{ $columnTitle }} @endif @endforeach {{__('custom.更新會員資料')}} @endsection @section('javascript') @endsection