@extends('backend.admin-master') @section('site-title') {{__('Dashboard')}} @endsection @section('content')
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')}} |