15 lines
301 B
PHP
15 lines
301 B
PHP
|
@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
|