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

Sentbox

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

Sent Message

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