@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'User Details') @push('head') @endpush @section('content') Invitaton for VC @if(!empty($vclist)) @if(count($vclist)>0) Invitation List VC Date Send From Message Room Name Join VC @foreach($vclist as $item) {{$loop->iteration}} {{$item->vc_date}} {{$item->user}} {{$item->msg}} {{$item->room_name}} @endforeach @endif @endif @endsection @push('scripts') @endpush