Ekapp/skolehjem/resources/views/admin/users/store.blade.php

15 lines
234 B
PHP

@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Bruger - Opbevar
@endsection
@section("path")
<a href="" class="text-white">Opbevar Brugere</a> /
@endsection
@section("content")
@endsection