@extends('layout.default')
@section('content')
{{ html()->modelForm($setting, 'PUT', route('ppu.update', $setting->id))->open() }}
| 組織 |
{{ html()->text('organization') }} |
|
| メールアドレス |
{{ html()->text('addresses') }} |
{{ html()->submit('送信') }}
{{ html()->form()->close() }}
@stop