Ekapp/skolehjem/resources/views/admin/roles/show.blade.php

15 lines
269 B
PHP
Raw Normal View History

2020-06-30 09:31:12 +00:00
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Rolle - Vis
@endsection
@section("path")
<a href="{{ route('rolle.index') }}" class="text-white">Vis Brugere</a> /
@endsection
@section("content")
show.blade.php
@endsection