@extends('layouts.main') @section('content')
{!! Form::label("contents","登録内容",["class"=>"control-label btn"]) !!} | {!! Form::textarea("contents", "ほげほげ", ["class"=>"form-control", "id"=>"contents", 'rows' => '10']) !!} |
アップロードファイル | {!! Form::file("file1", "", ["id"=>"file1"]) !!} {!! Form::file("file2", "", ["id"=>"file2"]) !!} {!! Form::file("file3", "", ["id"=>"file3"]) !!} {!! Form::file("file4", "", ["id"=>"file4"]) !!} {!! Form::file("file5", "", ["id"=>"file5"]) !!} |