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,13 @@
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Rolle - Fjern
@endsection
@section("path")
<a href="{{ route('roles.delete') }}" class="text-white">Fjern Rolle</a> /
@endsection
@section("content")
@endsection