9 lines
126 B
PHP
9 lines
126 B
PHP
@extends('layouts.app')
|
|
@section('htmlheader_title')
|
|
Setup
|
|
@endsection
|
|
|
|
@section('content')
|
|
<h2>Site Setup</h2>
|
|
@endsection
|