@extends('layouts.app', [ 'title' => trans('tags.children.title', ['name' => $model->name]), 'description' => trans('tags.children.description'), 'breadcrumbs' => [ ['url' => route('tags.index'), 'label' => __('tags.index.title')], ['url' => route('tags.show', $model), 'label' => $model->name], trans('tags.show.tabs.children') ] ]) @section('content') @include('partials.errors')