@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