8 lines
136 B
PHP
8 lines
136 B
PHP
@extends('lucent::layouts.'.$layout)
|
|
@section('title')
|
|
{{ $title }}
|
|
@endsection
|
|
@section('content')
|
|
{!! $svelte !!}
|
|
@endsection
|