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