v0.5.5 - Added news on the admin panel

This commit is contained in:
frederikpyt
2020-08-06 12:21:19 +02:00
parent ab4275dc33
commit 3e4e6e71ab
12 changed files with 340 additions and 0 deletions
@@ -0,0 +1,13 @@
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Vejledning - Fjern
@endsection
@section("path")
<a href="{{ route('guides.delete') }}" class="text-white">Fjern Guide</a> /
@endsection
@section("content")
@endsection