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

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

{{ trans('general.back') }}
{!! Form::open(array('url' => getCurrentLocale() . '/manager/collection/info/store','class' => 'form-horizontal')) !!}
@if($errors->has('name'))
{{ $errors->default->get('name')[0] }}
@endif
@if($errors->has('slug'))
{{ $errors->default->get('slug')[0] }}
@endif
{{--

--}}
info photo
catalog photo
{!! Form::close() !!}
@push('body.bottom') @endpush @stop