@extends('chat.layout') @section('title',"Business Card Preview") @section('page-name',"Business Card Preview") @section('page-detail',"Preview and manage your business card") @section('body')
{{ $businessCard->template_name }} Template
{{ $businessCard->is_active ? 'Active' : 'Inactive' }}
{{ $businessCard->is_active ? 'Visible to everyone with the link' : 'Not visible to public' }}{{ $businessCard->view_count }} Views
@if($businessCard->last_viewed_at) Last viewed {{ $businessCard->last_viewed_at->diffForHumans() }} @else Never viewed yet @endif{{ $businessCard->name }}
{{ $businessCard->title }}
{{ $businessCard->company_name }}
{{ $businessCard->phone }}
{{ $businessCard->email }}
{{ $businessCard->location }}
{{ $businessCard->formatted_brands }}
{{ $businessCard->bio }}