8 lines
109 B
PHP
8 lines
109 B
PHP
|
@extends('layout.base')
|
||
|
|
||
|
@section('page_content')
|
||
|
<div class="ui container">
|
||
|
Home
|
||
|
</div>
|
||
|
@endsection
|