@extends('layouts.application') @section('page', $page) @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('style') @endsection @section('content') {!! getContent('HOME_PAGE') !!} Meeting ID @endsection @section('script') @endsection
{!! getContent('HOME_PAGE') !!}