@extends('user.layouts.app') @section('title', 'My Chat History') @section('content')
| Chat ID | Astrologer | Date | Duration | Cost | Status | Action |
|---|---|---|---|---|---|---|
| #{{ $chat->id }} |
@if($chat->astrologer->astrologerDetail && $chat->astrologer->astrologerDetail->profile_pic)
{{ $chat->astrologer->name }}
{{ substr($chat->astrologer->name, 0, 2) }}
@endif
|
{{ $chat->created_at->format('d M, Y h:i A') }} | @if($chat->end_time) {{ $chat->start_time->diff($chat->end_time)->format('%I:%S') }} mins @else - @endif | ₹{{ number_format($chat->total_cost, 2) }} | {{ ucfirst($chat->status) }} |