clrghouz/resources/views/setup.blade.php

9 lines
126 B
PHP
Raw Normal View History

@extends('layouts.app')
@section('htmlheader_title')
Setup
@endsection
@section('content')
<h2>Site Setup</h2>
@endsection