@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'User Details') @push('head') @endpush @section('content') Trash @if(!empty($msg_record)) @if(count($msg_record)>0) Trash Message To Date Message @foreach($msg_record as $item) {{$loop->iteration}} {{$item->name}} {{$item->time}} {{$item->msg}} @endforeach @endif @endif @endsection @push('scripts') @endpush