@extends('../nn_cms/index') @section('content')

{{ trans('general.ptEditHeaderComponent') }}

{!! Form::open(array('method' => 'post' , 'url' => getCurrentLocale() . '/manager/contactComponents/update', 'class' => 'form form-horizontal')) !!}
{!! Form::close() !!}
@push('body.bottom') @endpush @stop