@extends('backend.layouts.app') @section('content')

ユーザー【編集】

{{ Form::open(["route"=>["backend.{$department}.account.confirm"], "method"=>"post"]) }} @include('backend.share.account._form')
{{ Form::close() }} @endsection @section('page_css') @endsection @section('page_js') @endsection