lumino-showroom/content/pages/service.blade.php

14 lines
278 B
PHP
Raw Normal View History

2023-07-17 16:23:28 +00:00
@extends('template.'.config('settings.template').'.content.master')
@section('content')
<div class="container">
<section>
<div class="row">
<div class="col">
<h1>Service</h1>
</div>
</div>
</section>
</div>
@stop