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

9 lines
138 B
PHP

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