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

ასაკობრივი კატეგორია

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