Files

8 lines
136 B
PHP
Raw Permalink Normal View History

2023-10-02 23:10:49 +03:00
@extends('lucent::layouts.'.$layout)
@section('title')
{{ $title }}
@endsection
@section('content')
{!! $svelte !!}
@endsection