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

9 lines
132 B
PHP
Raw Normal View History

2020-04-10 02:21:25 -04:00
<head>
<meta charset="utf-8" />
<title>
Total Sport
@yield('page_title')
</title>
@include('layout.styles')
</head>