@component('mail::message') # GitLab 申請通知 (待主管審核) 您收到一筆 GitLab 申請,需要進行審核。 - **類型**:@switch($gitlabRequest->request_type) @case('new_account') 新增帳號 @break @case('new_project') 新增專案 @break @case('add_to_project') 加入專案 @break @endswitch - **GitLab 帳號**:{{ $gitlabRequest->gitlab_username ?: $gitlabRequest->email }} - **專案**:{{ $gitlabRequest->project_name ?: (optional($gitlabRequest->projectCache)->name_with_namespace ?: '-') }} - **申請人**:{{ $gitlabRequest->user->name ?? '-' }} - **申請時間**:{{ $gitlabRequest->created_at->format('Y-m-d H:i') }} @component('mail::button', ['url' => route('gitlab-requests.supervisor.index')]) 前往審核 @endcomponent 感謝您,
{{ config('app.name') }} 系統 @endcomponent