5 lines
87 B
PHP
5 lines
87 B
PHP
@extends('adminlte::page')
|
|
@section('content_header')
|
|
<h1> Test Page </h1>
|
|
@endsection
|