v1.5.22 - Updated Push News

Added old() to different create & Edit pages
Added the removal
This commit is contained in:
Anders
2021-05-10 11:18:05 +02:00
parent 322dbaf31e
commit 4e8e2831da
21 changed files with 103 additions and 65 deletions
@@ -15,7 +15,7 @@
@csrf
<label for="name">Lokationsnavn:</label>
<label hidden id="error" for="errormesseages">Lokation findes allerede</label>
<input type="text" name="name" id="name" placeholder="Bygning A" maxlength="255" required>
<input type="text" name="name" id="name" placeholder="Bygning A" value="{{ old('name') }}" maxlength="255" required>
<input type="submit" id="disable" class="btn btn-dark text-white" value="Opret">
</form>
@endsection