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

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

{{ trans('general.yourCollections') }}
@foreach($collection as $item) @endforeach
{{ trans('general.id') }} {{ trans('general.dtName') }} {{ trans('general.dtType') }} {{ trans('general.dtDesc') }} {{ trans('general.dtTools') }}
{{ $item->id }} {{ $item->name }} {{ $item->type }} {{ $item->description }}
@push('body.bottom') @endpush @stop