@extends('layouts.seller') @section('title', 'Inquiries') @section('content')
Manage buyer messages.
{{ Str::limit($inquiry->message, 80) }}
| Buyer | Product | Message | Date | Action |
|---|---|---|---|---|
| {{ $inquiry->name }} @if($hasSubscription) {{ $inquiry->email }} @else Locked @endif | @if($inquiry->product) {{ $inquiry->product->name }} @else General @endif |
{{ $inquiry->message }} |
{{ $inquiry->created_at->format('M d') }} | |
| No inquiries found. | ||||