@extends('../layout/' . $layout) @section('subhead')
# | User | ASTROLOGER | Chat Rate | Chat Time | Total Min | Deduction | Chat Status |
---|---|---|---|---|---|---|---|
{{ ($page - 1) * 15 + ++$no }} | {{ $chat->userName }}- {{ $chat->contactNo }} | {{ $chat->astrologerName }} | {{ $chat->chatRate }} | {{ date('d-m-Y h:i A', strtotime($chat->updated_at)) ? date('d-m-Y h:i A', strtotime($chat->updated_at)) : '--' }} | {{ $chat->totalMin }} | @if ($chat->deduction) {{ $currency->value }} {{ $chat->deduction }} @endif | {{ $chat->chatStatus }} |