{{ Form::label("display_date","表示日",["class"=>"control-label btn"]) }} |
{{ Form::text('display_date1', $request->display_date1, ['class' => 'form-control', 'id' => 'display_date1', 'style' => 'width:35%']) }} ~
{{ Form::text('display_date2', $request->display_date2, ['class' => 'form-control', 'id' => 'display_date2', 'style' => 'width:35%']) }}
|
{{ Form::label("start_date","掲載期間",["class"=>"control-label btn"]) }} |
{{ Form::text('start_date1', $request->start_date1, ['class' => 'form-control', 'id' => 'start_date1', 'style' => 'width:35%']) }} ~
{{ Form::text('start_date2', $request->start_date2, ['class' => 'form-control', 'id' => 'start_date2', 'style' => 'width:35%']) }}
|
{{ Form::label("title","タイトル",["class"=>"control-label btn"]) }} |
{{ Form::text("title", $request->title, ["class"=>"form-control", "id"=>"title"]) }} |
{{ Form::submit(" 検索 ", ["class"=>"btn btn-success", "onClick" => "search();"]) }}
{{ Form::submit("CSVダウンロード ", ["class" => "btn btn-warning csv", "onClick" => "download_CSV();"]) }}
{{ Form::hidden("download", "", ["class"=>"form-control", "id"=>"download"]) }}
{{ Form::button("新規登録", ["class" => "btn btn-info", "onClick" => "location.href='/ICS/public/topics/create'"]) }}
|
※大文字と小文字は区別されます |