@extends('layouts.user.frame') @section('title', '退会確認 - ') @section('id', 'user') @section('class', 'prof_end') @section('withoutFooter', true) @section('content') @include('user.common.header') @include('user.mypage.header')

退会(登録ユーザーの削除)

「KIYOSUのしごと」をご活用いただきありがとうございます。ユーザー登録の削除(情報の消去)をご希望の方は、下記をご確認の上、「退会する」ボタンを押してください。

    • ユーザー名
      {{ $name }}
    • パスワード
      *********
    • メールアドレス
      {{ $email }}

※退会すると、全ての情報が削除されます。再度ご活用いただく際には、新規ユーザー登録が必要となります。

@endsection