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

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

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

--}}
article photo
catalog photo
@if($errors->has('body'))
{{ $errors->default->get('body')[0] }}
@endif
{{--
--}}
@if(request()->route('id') != 7)
@else
@endif
{!! Form::close() !!}
@push('body.bottom') @endpush @stop