@extends('layouts.master') @section('link') @stop @if(isset($isCorporate) && $isCorporate) @include('corporate.layouts.header') @else @include('layouts.header') @endif @section('content')
お問い合わせタイトル(必須) | @if(isset($isCorporate) && $isCorporate){{ Form::n_select("inf002_title", Config::get('const.CRP017_TITLE_LIST'), $title, Message::get("C00001",["a"]) , ["class" => "form-control normal-input"], null) }} | @else{{ Form::n_select("inf002_title", Config::get('const.INF002_TITLE_LIST'), $title, Message::get("C00001",["a"]) , ["class" => "form-control normal-input"], null) }} | @endif
---|---|---|
お問い合わせ内容(必須) | {{ Form::textarea('inf002_text', null, ['class' => 'form-control long-input' , 'rows' => '6']) }} | |
園名 | {{$facility_name}} | |
お名前(必須) | {{ Form::text('inf002_name', null, ['class' => 'form-control long-input']) }} | |
電話番号(必須) | {{ Form::text('inf002_tel', null, ['class' => 'form-control long-input', 'maxlength' => '14']) }} | |
メールアドレス(必須) | {{ Form::text('inf002_mail', null, ['class' => 'form-control long-input']) }} |