@extends('layouts.app') @section('title', '刪除使用者 - 閱讀卡管理平台') @section('content')
確認刪除使用者

確定要刪除以下使用者嗎?此操作無法復原。

  • 帳號:{{ $user->user_uid }}
  • 姓名:{{ $user->user_name }}
  • 角色:{{ config('ilccard.role.' . $user->user_role) }}
@csrf @method('DELETE')
返回
@endsection