Added Staff section and routing + some backend (That should be checked out)

This commit is contained in:
Anders
2020-06-29 11:57:11 +02:00
parent 7641deaeef
commit f5cdf848a3
12 changed files with 413 additions and 0 deletions
@@ -0,0 +1,14 @@
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Personal - Rediger
@endsection
@section("path")
<a href="{{ route('staff.edit') }}" class="text-white">Rediger Personal</a> /
@endsection
@section("content")
Din Personal blev (ikke) redigeret.
@endsection