@extends('template.'.config('settings.template').'.content.master') @section('content') <div class="container"> <section> <div class="row"> <div class="col-12"> <h1 class="mb-5">Über Blau Solar</h1> </div> <div class="col-12 col-md-4"> <div class="card"> <img src="https://picsum.photos/200/100" class="card-img-top" alt="..."> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> </div> </div> </section> </div> @stop