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

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

{{ trans('general.back') }}
{!! Form::open(array('method' => 'get', 'url' => getCurrentLocale() . '/manager/collection/' . $collection->id . '/catalog/search', 'class' => 'form-horizontal')) !!}
{!! Form::close() !!}
{{ trans('general.yourCatalogs') }}
@foreach($catalog as $item) @endforeach
{{ trans('general.id') }} 111 {{ trans('general.dtName') }} {{ trans('general.dtDesc') }} {{ trans('general.dtTools') }}
{{ $item->id }} {{ $item->name }} {{ $item->description }}
@push('body.bottom') @endpush @stop