Files
Ekapp/skolehjem/resources/views/admin/users/show.blade.php
T
2020-06-17 11:28:48 +02:00

15 lines
270 B
PHP

@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Bruger - Vis
@endsection
@section("path")
<a href="{{ route('users.index') }}" class="text-white">Vis Brugere</a> /
@endsection
@section("content")
show.blade.php
@endsection