@php use App\Services\Foreground\UserService; @endphp @extends('foreground.layouts.frame') @section("titleBanner") Banner描述 @endsection @section('body') @include('foreground.layouts.gtm') @include("foreground.layouts.alert") @include('foreground.layouts.header', [ 'current' => '', ])
{{-- 歡迎登入 --}} @include("foreground.profile.welcome-message.index") {{-- 側邊欄 --}} @include("foreground.layouts.profile-sidebar")

會員資料

user()->id]) }}" class="needs-validation col-12 col-lg-8 m-auto mt-5" novalidate> @csrf @method('PUT')

基本資料

@if(UserService::isVIP($user->id)) @else @endif

收件地址

@include('foreground.layouts.pagetop') @include('foreground.layouts.footer') @vite("resources/js/foreground/formValidation.js") @vite("resources/js/foreground/vendors/jquery.twzipcode.min.js") @vite("resources/js/foreground/formTwzipcodeProfile.js") @endsection