@extends('layouts.app') @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('content')
{{ __('My Meetings') }}
    @if ($firstMeeting) @foreach ($meetings as $key => $value)

    -

    @endforeach @endif
@endsection @section('script') @endsection