@extends('user::layouts/panel') {{-- Css --}} @push('module-links') @endpush {{-- Content --}} @section('module-content')
{{-- 可以修改個人資料 --}} @can('panel_profile_edit')
{{ __('CHANGE_PROFILE') }}
@csrf @if(auth()->user()->auth !== 'google')
@endif
@endcan {{-- 可以修改密碼 (僅當不是 Google 用戶時顯示) --}} @can('panel_profile_mima') @if(auth()->user()->auth !== 'google')
isset($force)])>
{{ __('CHANGE_MIMA') }}
@isset($force)
{{ $force['content'] }}
@endisset
@csrf
@endif @endcan
@endsection {{-- META --}} @push('meta') @endpush {{-- JS --}} @push('module-scripts') @endpush