movie-night-nuevo/resources/views/components/head.blade.php

8 lines
300 B
PHP
Raw Normal View History

2025-12-12 23:07:04 -06:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ $title ?? 'Movie Night' }}</title>
<link type="text/css" href="resources/css/app.css" rel="stylesheet"/>
@vite(['resources/css/app.css', 'resources/js/app.js'])
</head>