@extends('admin.layouts.master') @section('title', 'All Meetings - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('All Meetings') }} @endslot @slot('menu1') {{ __('Meetings') }} @endslot @slot('menu2') {{ __('Zoom Live Meetings') }} @endslot @slot('menu3') {{ __('All Meetings') }} @endslot @slot('button')
{{ __("Do you really want to delete these records? This process cannot be undone.")}}
# | {{ __('adminstaticword.User') }} | {{ __('adminstaticword.Meeting') }} | {{ __('adminstaticword.Url') }} | {{ __('adminstaticword.Delete') }} |
---|---|---|---|---|
1 | {{$meeting->user['fname']}} |
{{ __('adminstaticword.MeetingID') }}: {{ $meeting['meeting_id'] }} {{ __('adminstaticword.OwnerID') }}: {{ $meeting['owner_id'] }} {{ __('adminstaticword.MeetingTopic') }}: {{ $meeting['meeting_title'] }} {{ __('adminstaticword.StartTime') }}: {{ date('d-m-Y | h:i:s A',strtotime($meeting['start_time'])) }} @if(isset($meeting->course_id)){{ __('adminstaticword.Meetingoncourse') }}: {{ $meeting->courses['title'] }} @endif |
{{ __('adminstaticword.JoinMeeting') }} |
Delete{{ __("Do you really want to delete these records? This process cannot be undone.")}} |
@endforeach