Files
mtdb_movie/common/resources/views/prerender/base.blade.php
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

17 lines
307 B
PHP
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="google" content="notranslate">
<base href="{{ $htmlBaseUri }}">
@yield('head')
@include('common::prerender.meta-tags')
</head>
<body>
@yield('body')
</body>
</html>