@extends('layouts.app') @push('styles') @include('inbox.css') {{-- --}} {{-- --}} @vite('resources/css/app.css') @endpush @section('content') @include('inbox.header') {{--
--}} {{--

Messages

--}} {{--
--}}
Sharon Lessman
example
123456789
{{--
Typing...
--}}
{{-- --}} {{--
--}}
{{--
No messages available.
--}}
Chris Wood
2:43 am
read
{{ auth()->user()->name }} (620987654321) | 2023-10-10
testing
Chris Wood
2:43 am
Sharon Lessman | 2023-10-10
aelk
{{--
Chris Wood
2:43 am
failed
{{ auth()->user()->name }} (620987654321) | 2023-10-10
testing
Message failed to send because more than 24 hours have passed since the customer last replied to this number.
--}}
Chris Wood
2:43 am
read
{{ auth()->user()->name }} (620987654321) | 2023-10-10
sendo

{{--
--}} {{--
--}} @endsection @push('scripts') @vite('resources/js/app.js') @endpush