v1.1.0b -Added guides categorys

This commit is contained in:
2020-09-10 15:31:06 +02:00
parent 5f7d37e08a
commit de3ed9c326
13 changed files with 514 additions and 0 deletions
@@ -0,0 +1,14 @@
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Vejledning - Rediger
@endsection
@section("path")
<a href="{{ route('guides.edit', ["guide" => $link]) }}" class="text-white">Vejledning</a> /
@endsection
@section("content")
Din vejledning blev (ikke) redigeret.
@endsection