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