v1.5.19 Added multiple events pdf
This commit is contained in:
@@ -33,11 +33,11 @@
|
||||
|
||||
</style>
|
||||
<link href="{{ asset("/css/quill/quill.snow.css") }}" rel="stylesheet">
|
||||
<h1 id="errormesseages" >Opret ugentligt aktivitet:</h1>
|
||||
<h1 id="errormesseages" >Opret ugentligt aktivitet: [Vi er i uge <?php echo date('W'); ?>]</h1>
|
||||
<form method="post" action="{{ route("multiple-events.store") }}" enctype="multipart/form-data">
|
||||
<!--datetime-local-->
|
||||
@csrf
|
||||
<input type="text" name="week" placeholder="week">
|
||||
<input type="text" name="week" placeholder="Uge">
|
||||
<label id="fileuploadee"for="fileuploade">Baggrundsbillede til nyheden (Valgfri)</label>
|
||||
<input id="fileuploade" type="file" name="resource" accept="image/*">
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user