Ekapp/skolehjem/resources/views/admin/index.blade.php

11 lines
150 B
PHP

@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Home - Admin Panel
@endsection
@section("content")
@endsection