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

15 lines
234 B
PHP
Raw Normal View History

2020-06-16 07:04:25 +00:00
@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