9 lines
166 B
PHP
9 lines
166 B
PHP
@component('layouts.simple-page')
|
|
|
|
<x-slot name="title">
|
|
Каталог курсов
|
|
</x-slot>
|
|
|
|
@livewire('components.grid-course')
|
|
@endcomponent
|