initial commit

This commit is contained in:
2023-09-11 07:14:56 +00:00
commit d0da0569d7
221 changed files with 107591 additions and 0 deletions
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="" name="description">
<meta content="" name="keywords">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
@php $css_File = file_get_contents(public_path('/pdf_izvestaji/css/bootstrap.min.css')); @endphp
<style type="text/css">{!! $css_File; !!}</style>
@yield("css");
</head>
<body>
@yield("content")
</body>
</html>