@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'User Details') @push('head') @endpush @section('content')

Inbox

@if(!empty($msg_record)) @if(count($msg_record)>0)

Invitation List

@foreach($msg_record as $item) @endforeach
From Date Message
{{$loop->iteration}} {{$item->name}} {{$item->time}} {{$item->msg}}
@endif @endif
@endsection @push('scripts') @endpush