@extends('backend.admin-master') @section('site-title') {{__('Dashboard')}} @endsection @section('content')

Saarthi.AI DB / TeleCalling / {{$user_details->name}}

@foreach($user_telecalling as $tl) @endforeach
Telecaller Call Status Sub Status Tags Follow Up Remark Date
{{$tl->name}} {{$tl->status}} {{$tl->sub_status}} {{$tl->tags}} @if(!empty($tl->follow_up_date)) {{ \Carbon\Carbon::parse($tl->follow_up_date)->format('d-M-Y @ H:i:s')}} @endif {{$tl->remark}} @if(!empty($tl->interested_products))
Interested Products : {{$tl->interested_products}} @endif @if(!empty($tl->enquiry_detail))
{{$tl->enquiry_detail}} @endif
{{ \Carbon\Carbon::parse($tl->created_at)->format('d-M-Y @ H:i:s')}}
{{ $user_telecalling->links("pagination::bootstrap-4") }}
@if(request()->has('newcall') && request()->input('newcall') == 1) @endif @endsection