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
@@ -16,7 +16,7 @@
@method("put")
<label for="name">Kategori navn:</label>
<label hidden id="error" for="errormesseages">Kategorien findes allerede</label>
<input type="text" name="guidesCategoryName" id="guidesCategoryName" value="{{ $guideCategory->guidesCategoryName }}" required>
<input type="text" name="guidesCategoryName" id="guidesCategoryName" value="{{ old('guidesCategoryName', $guideCategory->guidesCategoryName) }}" required>
<input type="submit" id="disable" class="btn btn-dark text-white" value="Rediger">
</form>
@endsection