{{-- CityHub - Edit module (superadmin) --}}
{{ Form::open(array('route' => 'postEditModule', 'role' => 'form', 'class' => 'form-horizontal', 'autocomplete' => 'off')) }} {{ Form::hidden('id', $module->id) }}

{{ Lang::get('editModule.title') . ': ' . Lang::get($module->identifier . '.module_name')}}


{{ Form::text('identifier', $module->identifier, array('id' => 'identifier', 'class' => 'form-control', 'disabled')) }}
{{ Form::button(' ' . Lang::get('core.save'), array('type' => 'submit', 'class' => 'btn btn-success')) }} {{ Lang::get('core.cancel') }}
{{ Form::close() }}