@extends('layouts.app') @section('title', 'Agent Inbox') @section('content')
Customer Conversations
@if(count($conversations) > 0) @else
No conversations yet

When customers send messages, they will appear here.

@endif
@push('scripts') @endpush @endsection