@extends("admin.layout.base")
@extends("admin.layout.header")

@section("title")
    Personal - Opret
@endsection

@section("path")
    <a href="{{ route('staff.create') }}" class="text-white">Opret Personal</a> /
@endsection

@section("content")
    Personal blev (ikke) oprettet.
@endsection