@extends('theme.master') @section('title', "$zoom->meeting_title") @section('content') @include('admin.message') @section('meta_tags') @php $url = URL::current(); @endphp @endsection

{{ __('Agenda') }}

  • {!! $zoom->agenda !!}
@endsection @section('custom-script') @endsection