24 lines
585 B
PHP
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>
|