1
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
ssww23
2026-03-17 01:59:00 +03:00
parent 93a655235a
commit 0ee9f05416
48 changed files with 1193 additions and 413 deletions

View File

@@ -31,7 +31,7 @@
];
@endphp
<nav class="pc-breadcrumbs" aria-label="Хлебные крошки">
<nav class="pc-breadcrumbs" aria-label="{{ __('Хлебные крошки') }}">
@foreach ($items as $item)
@if (!$loop->last && !empty($item['url']))
<a href="{{ $item['url'] }}">{{ $item['label'] }}</a>