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