We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6464032 commit c10ad29Copy full SHA for c10ad29
resources/views/packages/index.blade.php
@@ -21,7 +21,7 @@ class="d-none d-md-inline-flex link-body-emphasis text-decoration-none icon-link
21
</x-header>
22
23
<x-container>
24
- <x-turbo-frame id="packages" refresh="morph">
+ <x-turbo::frame id="packages" refresh="morph">
25
<div class="row g-4 g-md-5 justify-content-center align-items-start position-relative mb-xl-5 mb-3">
26
<div class="col-md-4 col-xl-3 d-none d-md-block">
27
<span class="display-6 fw-bold text-body-emphasis mb-4 text-balance">Категории</span>
@@ -132,7 +132,7 @@ class="d-block lh-sm small fw-medium m-0 stretched-link link-body-emphasis text-
132
133
</div>
134
135
- </x-turbo-frame>
+ </x-turbo::frame>
136
</x-container>
137
138
@endsection
0 commit comments