This commit is contained in:
Dennis
2020-11-26 15:23:38 +01:00
parent 93377ae753
commit f4062cd6e7
33 changed files with 8892 additions and 8194 deletions

View File

@@ -15,8 +15,10 @@
<script src="https://js.stripe.com/v3/"></script>
@endif
<link href="{{ asset('storage/app.css') }}" rel="stylesheet"></link>
@if(file_exists(storage_path('app/public/theme.css')))
<link href="{{ asset('storage/theme.css') }}" rel="stylesheet"></link>
@endif
@routes
</head>
<body>