@extends('admin.layouts.master') @section('title', 'Your Google Meetings - Admin') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Your Google Meetings ') }} @endslot @slot('menu1') {{ __('Meetings') }} @endslot @slot('menu2') {{ __('Your Google Meetings ') }} @endslot @slot('button')
{{ __("Add")}} Delete Multiple
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Your Google Meetings ')}}
@php $i = 0; @endphp @foreach($allgooglemeet as $key => $meeting) @php $i++; @endphp @endforeach
# {{ __('adminstaticword.MeetingID') }} {{ __('adminstaticword.Meeting') }} {{ __('adminstaticword.URL') }} {{ __('adminstaticword.Action') }}
{{ $i }}

{{ __('adminstaticword.MeetingID') }}:{{ $meeting['meeting_id'] }}

{{ __('adminstaticword.MeetingTopic') }}:{{ $meeting['meeting_title'] }}

{{ __('adminstaticword.Agenda') }}:{{ $meeting['agenda'] }}

{{ __('adminstaticword.StartTime') }}:{{ $meeting['start_time'] }}

{{ __('adminstaticword.EndTime') }}:{{ $meeting['end_time'] }}

{{ __('adminstaticword.Duration') }}:{{ $meeting['duration'] }}

{{ $meeting['meet_url'] }}
@endsection