Files
KI/resources/views/layout/head.blade.php

8 lines
116 B
PHP
Raw Normal View History

2020-04-30 08:31:00 -04:00
<head>
<meta charset="utf-8" />
<title>
Capital Investments
</title>
@include('layout.styles')
</head>