mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 09:51:37 +00:00
6 lines
136 B
PHP
6 lines
136 B
PHP
<x-app-layout>
|
|
<x-slot name="pageTitle">{{ __("Scripts") }}</x-slot>
|
|
|
|
@include("scripts.partials.scripts-list")
|
|
</x-app-layout>
|