Role frontend

This commit is contained in:
frederikpyt
2020-06-30 11:31:12 +02:00
parent 8415338120
commit df679536de
8 changed files with 137 additions and 45 deletions
@@ -0,0 +1,14 @@
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Rolle - Rediger
@endsection
@section("path")
<a href="{{ route('roles.edit') }}" class="text-white">Rediger Rolle</a> /
@endsection
@section("content")
Din rolle blev (ikke) redigeret.
@endsection