@foreach($inquiries as $item) @endforeach
Date Sender Status Actions
{{ $item->created_at->format('M d, Y') }} {{ $item->name }} ({{ $item->email }}) {{ $item->is_replied ? 'Replied' : 'Pending' }} View
@csrf @method('PATCH')
{{ $inquiries->links() }} {{-- Direct Reply Link In the show.blade.php view, add a "Reply" button that opens the admin's local email client with the user's email and subject pre-filled: Send Direct Reply --}}