Files
2024-08-14 22:04:34 +03:00

8 lines
136 B
PHP

@extends('lucent::layouts.'.$layout)
@section('title')
{{ $title }}
@endsection
@section('content')
{!! $svelte !!}
@endsection