@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'User Details') @push('head') @endpush @section('content')
@if(!empty($vclist)) @if(count($vclist)>0)

Invitation List

@foreach($vclist as $item) @endforeach
VC Type VC Date Send From Message Room Name Join VC
{{$loop->iteration}} {{$item->vc_type}} {{$item->vc_date}} {{$item->vc_time}} {{$item->user}} {{$item->msg}} {{$item->room_name}}
@endif @endif
@endsection @push('scripts') @endpush