@extends('layout.default') @section('content') @section('head') @endsection

@if ($errors->any()) @foreach($errors->all() as $error)

{{ $error }}

@endforeach @endif {{ html()->form('POST', '/scvmanager/appsettings/store')->class('applist_form')->open() }}
{{ html()->submit('保存') }}

マスタに登録するアプリケーション名

選択した項目を

マスタから削除するアプリケーション名

{{ html()->hidden('allowed_apps')->forgetAttribute('id') }} {{ html()->hidden('denied_apps')->forgetAttribute('id') }} {{ html()->form()->close() }} @stop