{!!Form::vertical_open()
->id('com.ryo.test-pistures-create')
->method('POST')
->files('true')
->action(guard_url('com.ryo.test/pistures'))!!}
{{ trans('app.new') }} [{!! trans('com.ryo.test::pistures.name') !!}]
@include('com.ryo.test::admin.pistures.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}