@extends('scvflow.default') @section('title', 'ダウンロード申請') @section('description', '') @section('content') @if (!empty($authorizers)) {{ html()->form('POST', url('scvflow/request/download'))->acceptsFiles()->open() }}
| 申請ファイル |
{{ html()->file('request_file[]')->multiple()->required() }}
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 承認者 |
|
||||||||||||||||||
| コメント | {!! html()->textarea('comment')->placeholder('省略可能です。') !!} |
承認権限を持つユーザが存在しないため、ダウンロード申請を利用することはできません。
@endif @stop @section('script') @stop