<?php
$this->breadcrumbs = [
    Yii::t('CategoryModule.category', 'Categories') => ['index'],
    $model->name,
];