Files
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

14 lines
220 B
PHP
Executable File

@extends('common::prerender.base')
@section('head')
@include('seo.custom-page.seo-tags')
@endsection
@section('body')
<h1>{{ $page->title }}</h1>
<main>
{!! $page->body !!}
</main>
@endsection