| Path : /var/www/html/usd_loan_system/resources/views/layouts/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/usd_loan_system/resources/views/layouts/report.blade.php |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>@yield('title','Export PDF')</title>
<style>
body {
font-family: khmeros;
}
table {
width: 100%;
border-collapse: collapse;
font-family: khmeros;
}
th, td {
padding: 10px;
text-align: left;
border-bottom: 1px solid #ddd;
white-space: nowrap;
}
th {
background-color: #4CAF50;
color: white;
}
.text-center {
text-align: center;
}
</style>
@stack('styles')
</head>
<body>
<div>
<x-report-logo />
@yield('content')
</div>
</body>
</html>