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