@extends('backEnd.layouts.master') @section('title', 'CRM Profile — ' . ($customer->customer_name ?: $customer->customer_phone)) @push('styles') @include('backEnd.crm.partials.crm-theme-colors') @endpush @section('content')
Phone: {{ $customer->customer_phone }}
Address: {{ $customer->customer_address ?: '—' }}
CRM Entered: {{ $customer->entered_at?->format('d M Y, h:i A') ?? '—' }}
Auto Reminder: {{ $customer->reminder_at?->format('d M Y') ?? '—' }}
Status: {{ $customer->contact_status_label }}
{{ $birthday['label'] }}@if($birthday['age']) ({{ $birthday['age'] }} yrs)@endif
@if($birthday['wa_message']) Birthday Message @endif @elseBirthday set করলে auto alert পাবেন।
@endif| Product | Times | Qty | Last |
|---|---|---|---|
| {{ Str::limit($p['name'], 30) }} | {{ $p['times'] }} | {{ $p['qty'] }} | {{ $p['last_date']?->format('d M Y') }} |
| No products yet | |||
{{ $trend['summary'] }}