@php use Illuminate\Support\Facades\Auth; @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> @method('put') @csrf
@include('foreground.layouts.pagetop') @include('foreground.layouts.footer') @viteIfExist("resources/js/foreground/formValidation.js") @endsection