Files
CHIEFSOFT\ameye e3aa6e5df6 Title fix
2024-01-26 11:05:05 -05:00

24 lines
585 B
PHP

<!doctype html>
<html lang="en" data-bs-theme="light" data-footer="dark">
<head>
<meta charset="utf-8">
<title>Kevkem Chiropractic Health & Injury Rehab</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="eCommerce + Admin HTML Template" name="description">
<meta content="Themesbrand" name="author">
<!-- App favicon -->
<link rel="shortcut icon" href="{{ URL::asset('build/images/favicon.ico') }}">
<!-- head css -->
@include('layouts.head-css')
</head>
<body>
@yield('content')
</body>
</html>