Files
totalsport/resources/views/layout/head.blade.php
2020-04-10 02:21:25 -04:00

9 lines
132 B
PHP

<head>
<meta charset="utf-8" />
<title>
Total Sport
@yield('page_title')
</title>
@include('layout.styles')
</head>