@extends('layouts.application') @section('page', $page) @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('style') @endsection @section('content')

{!! getContent('HOME_PAGE') !!}

@endsection @section('script') @endsection