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