16 lines
495 B
PHP
16 lines
495 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Attendance Management System</title>
|
|
<meta content="Admin Dashboard" name="description" />
|
|
<meta content="Themesbrand" name="author" />
|
|
<link rel="shortcut icon" href="assets/images/">
|
|
@include('layouts.head')
|
|
</head>
|
|
<body class="pb-0" >
|
|
@yield('content')
|
|
@include('layouts.footer-script')
|
|
@include('includes.flash')
|
|
</body>
|
|
</html> |