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