@extends('layout.default') @section('content')
管理者パスワードポリシーを設定したい組織を選択してください
@if (Session::has('flash_msg')){!! Session::get('flash_msg') !!}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
{!! Session::get('flash_msg') !!}
@endif| 組織名 | 作成日 | 更新日 |
|---|---|---|
| {{ $adminpolicy->name }} | {{ $adminpolicy->created_at }} | {{ $adminpolicy->updated_at }} |