@extends('layouts.member') @section('title', 'تفاصيل الاجتماع - ' . $meeting->title) @section('content')
{{ $meeting->formatted_date }}
@if($meeting->location){{ $meeting->location }}
@endif{{ $meeting->description }}
{{ session('success') }}
{{ session('error') }}