areya-energy/content/pages/api.blade.php

45 lines
901 B
PHP
Raw Normal View History

2022-05-12 11:10:19 +00:00
@extends('template.'.config('settings.template').'.content.master')
@section('content')
<div class="container">
<section>
<div class="row">
<div class="col">
<h1>Lumino Theme API</h1>
<p class="fs-4 mt-4">
You can easily integrate this Lumino Theme Showcase into your own Website / App
<br>
<br>
<br>
<code>
{{url('/api/contents/themes')}}</code>
</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
</section>
</div>
@stop