@extends('layouts.app') @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page . ' | ' . $meeting->title) @section('style') @endsection @section('content')
{{ $meeting->description ? $meeting->description : '-' }}
{{ __('Could not connect to the server, please try refreshing the page') }}