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

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

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