@extends('layouts.admin.index') @section('content')
@include('error-success')

Chat History


@if (count($data) > 0)
    @php $date = ''; @endphp @foreach($data as $item) @if ($date != date('Y-m-d', strtotime($item->created_at)))

    {{$item->created_at }}

    @endif
  • {{ $user->name }}

    {{ $item->general_situation }}

    {{ $item->specific_question }}

    {{ time_by_timezone($item->created_at, 'd F, Y h:i A') }}

  • male
    {{ $advisor->nick_name }}

    {{ $item->chat }}

    {{ time_by_timezone($item->created_at, 'd F, Y h:i A') }}

  • @endforeach
@else

No chat history found!

@endif
@endsection @section('style') @endsection @section('script') @endsection