@extends('layouts.app') @section('title', $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') }}