45 lines
		
	
	
		
			929 B
		
	
	
	
		
			PHP
		
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			929 B
		
	
	
	
		
			PHP
		
	
	
@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 class="bg-dark p-2 rounded">
 | 
						|
                                {{url('/api/contents/themes')}}</code>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                    </p>
 | 
						|
                    <br>
 | 
						|
                    <br>
 | 
						|
                    <br>
 | 
						|
                    <br>
 | 
						|
                    <br>
 | 
						|
                    <br>
 | 
						|
                    <br>
 | 
						|
                    <br>
 | 
						|
 | 
						|
                </div>
 | 
						|
            </div>
 | 
						|
        </section>
 | 
						|
 | 
						|
    </div>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
@stop
 | 
						|
 | 
						|
 | 
						|
 |