@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')

Business Card Preview

{{ $businessCard->template_name }} Template

Back to Cards Edit Card
Card Status

{{ $businessCard->is_active ? 'Active' : 'Inactive' }}

{{ $businessCard->is_active ? 'Visible to everyone with the link' : 'Not visible to public' }}
Card Analytics

{{ $businessCard->view_count }} Views

@if($businessCard->last_viewed_at) Last viewed {{ $businessCard->last_viewed_at->diffForHumans() }} @else Never viewed yet @endif
Card Preview
{{ $businessCard->public_url }}
Card Information

{{ $businessCard->name }}

{{ $businessCard->title }}

{{ $businessCard->company_name }}

{{ $businessCard->phone }}

{{ $businessCard->email }}

@if($businessCard->location)

{{ $businessCard->location }}

@endif
@if($businessCard->specialties)
@foreach($businessCard->specialties as $specialty) {{ $specialty }} @endforeach
@endif @if($businessCard->brands_worked_with)

{{ $businessCard->formatted_brands }}

@endif @if($businessCard->bio)

{{ $businessCard->bio }}

@endif
Quick Actions
View Public See how others see it
@endsection @section('custom-scripts') @endsection