@extends('admin/layouts/default') {{-- title --}} @section('title') {{ trans('admin/'.$langFile.'.index-title') }} :: @parent @stop {{-- content --}} @section('content')
{{ trans('admin/general.id') }} | Title | Color | {{ trans('admin/general.table-order') }} | {{ trans('admin/general.actions') }} |
---|---|---|---|---|
{{ $item->id }} | {{ $item->language->title }} | {{ $item->color }} | {{ $item->order }} | |
{{ $child->id }} | {{ $child->language->title }} | {{ $child->color }} | {{ $child->order }} |