Added 2 more pages to Menuplans - Edited Href in Menuplans, Users & Washing-Machines

This commit is contained in:
Anders
2020-06-25 08:12:53 +02:00
parent 4ed33e4f99
commit bf57ec9d99
8 changed files with 52 additions and 25 deletions
@@ -0,0 +1,13 @@
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Menuplan - Fjern
@endsection
@section("path")
<a href="{{ route('menuplans.delete') }}" class="text-white">Fjern Menuplan</a> /
@endsection
@section("content")
@endsection