@extends('user.layouts.app')
@section('title', '退会')
@section('header')
<
退会 }})
@endsection
@section('content')
{{ Form::open(['route' => 'user.my_account.save_exit', 'id' => 'frm_exit_site', 'name' => 'frm_exit_site', 'method' => 'post']) }}
受付待ちから取引完了までは退会できません。
退会する
{{ Form::close()}}
@endsection
@section('page_css')
@endsection
@section('page_js')
@endsection