All files / js/pages/customers Show.vue

0% Statements 0/232
0% Branches 0/366
0% Functions 0/44
0% Lines 0/222

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
<script setup lang="ts">
import { useAuthAbility } from '@/composables/useAuthAbilities';
import { useNumberFormat } from '@/composables/useNumberFormat';
import AppLayout from '@/layouts/AppLayout.vue';
import EmailComposerModal from '@/components/EmailComposerModal.vue';
import { Head, Link, useForm, router } from '@inertiajs/vue3';
import customers from '@/routes/customers';
import contacts from '@/routes/contacts';
import { computed, ref, watch } from 'vue';
 
interface Contact {
    id: number;
    name: string;
    email?: string | null;
    phone?: string | null;
    position?: string | null;
    is_primary: boolean;
}
 
interface SMSActivity {
    id: number;
    phone_number: string;
    message: string;
    status: 'sent' | 'failed' | 'pending';
    error_message?: string | null;
    bulksms_reference?: string | null;
    created_at: string;
    user: {
        id: number;
        name: string;
    };
}
 
interface EmailActivity {
    id: number;
    recipient_email: string;
    subject: string;
    email_type: string;
    related_type?: string | null;
    related_id?: number | null;
    status: 'sent' | 'failed' | string;
    error_message?: string | null;
    sent_at?: string | null;
    created_at: string;
    user?: {
        id: number;
        name: string;
    } | null;
}
 
interface AccountHistoryItem {
    document_type: 'jobcard' | 'quote' | 'invoice' | 'credit_note';
    document_id: number;
    document_number: string;
    status: string;
    total: number;
    document_date: string;
}
 
const canCustomersEdit = useAuthAbility('customers', 'edit');
const canCustomersDelete = useAuthAbility('customers', 'delete');
const canContactsList = useAuthAbility('contacts', 'list');
const canContactsCreate = useAuthAbility('contacts', 'create');
const canContactsEdit = useAuthAbility('contacts', 'edit');
const canContactsDelete = useAuthAbility('contacts', 'delete');
const canJobcardsList = useAuthAbility('jobcards', 'list');
const canQuotesView = useAuthAbility('quotes', 'view');
const canInvoicesView = useAuthAbility('invoices', 'view');
const canCreditNotesList = useAuthAbility('credit-notes', 'list');
const statementPdfHref = computed(() => customers.statement.downloadPdf.url(props.customer.id));
const showAccountHistoryPanel = computed(
    () =>
        canJobcardsList.value ||
        canQuotesView.value ||
        canInvoicesView.value ||
        canCreditNotesList.value,
);
const { formatCurrency } = useNumberFormat();
 
const props = defineProps<{
    accountBalance: {
        outstanding_invoices: number
        unapplied_credit: number
        account_balance: number
    }
    customer: {
        id: number
        name: string
        email: string
        phone?: string | null
        address?: string | null
        city?: string | null
        country?: string | null
        terms?: string | null
        vat_number?: string | null
        account_code?: string | null
        notes?: string | null
        created_at?: string
        updated_at?: string
    }
    contacts: {
        data: Contact[]
        links: { url: string | null; label: string; active: boolean }[]
        current_page: number
        last_page: number
        per_page: number
        total: number
    }
    smsActivities: {
        data: SMSActivity[]
        links: { url: string | null; label: string; active: boolean }[]
        current_page: number
        last_page: number
        per_page: number
        total: number
    }
    emailActivities: {
        data: EmailActivity[]
        links: { url: string | null; label: string; active: boolean }[]
        current_page: number
        last_page: number
        per_page: number
        total: number
    }
    accountHistory: {
        data: AccountHistoryItem[]
        links: { url: string | null; label: string; active: boolean }[]
        current_page: number
        last_page: number
        per_page: number
        total: number
    }
    filters: {
        contact_search?: string
        contacts_per_page?: number
        sms_search?: string
        sms_status?: string
        sms_per_page?: number
        email_per_page?: number
        account_history_per_page?: number
    }
    emailTemplates: {
        id: number
        name: string
        subject: string
        html_template?: string | null
        css_styles?: string | null
        is_default?: boolean
    }[]
}>()
 
const deleteCustomer = () => {
    if (!confirm(`Are you sure you want to delete customer "${props.customer.name}"?`)) {
        return;
    }
    router.delete(customers.destroy(props.customer.id).url);
};
 
const deleteContact = (contact: Contact) => {
    if (!confirm(`Are you sure you want to delete contact "${contact.name}"?`)) {
        return;
    }
    router.delete(contacts.destroy(contact.id).url);
};
 
// SMS functionality
const showSMSModal = ref(false);
const showSMSResultModal = ref(false);
const smsResult = ref<{ success: boolean; message: string } | null>(null);
const showEmailModal = ref(false);
 
const smsForm = useForm({
    message: '',
});
 
const openSMSModal = () => {
    smsForm.message = '';
    showSMSModal.value = true;
};
 
const sendSMS = () => {
    smsForm.post(customers.sendSMS(props.customer.id).url, {
        onSuccess: (page) => {
            showSMSModal.value = false;
            smsForm.reset();
            
            // Show success result
            smsResult.value = {
                success: true,
                message: page.props.flash?.success || 'SMS sent successfully!'
            };
            showSMSResultModal.value = true;
        },
        onError: (errors) => {
            showSMSModal.value = false;
            
            // Show error result
            const errorMessage = errors.message || 'Failed to send SMS. Please try again.';
            smsResult.value = {
                success: false,
                message: errorMessage
            };
            showSMSResultModal.value = true;
        },
    });
};
 
const closeSMSResultModal = () => {
    showSMSResultModal.value = false;
    smsResult.value = null;
};
 
const openEmailModal = () => {
    showEmailModal.value = true;
};
 
const emailSendUrl = computed(() => `/customers/${props.customer.id}/send-email`);
const emailModalTitle = computed(() => `Send Email to ${props.customer.name}`);
const emailPreviewContext = computed(() => ({
    customer: props.customer,
}));
 
// Filtering and pagination
const contactSearch = ref(String(props.filters?.contact_search ?? ''));
const contactsPerPage = ref(Number(props.filters?.contacts_per_page ?? 5));
const smsSearch = ref(String(props.filters?.sms_search ?? ''));
const smsStatus = ref(String(props.filters?.sms_status ?? ''));
const smsPerPage = ref(Number(props.filters?.sms_per_page ?? 5));
const emailPerPage = ref(Number(props.filters?.email_per_page ?? 10));
const accountHistoryPerPage = ref(Number(props.filters?.account_history_per_page ?? 10));
 
const accountHistoryTypeLabel = (type: AccountHistoryItem['document_type']) => {
    if (type === 'jobcard') return 'Jobcard';
    if (type === 'quote') return 'Quote';
    if (type === 'invoice') return 'Invoice';
    return 'Credit Note';
};
 
const accountHistoryDocumentUrl = (item: AccountHistoryItem) => {
    if (item.document_type === 'jobcard') return `/jobcards/${item.document_id}`;
    if (item.document_type === 'quote') return `/quotes/${item.document_id}`;
    if (item.document_type === 'invoice') return `/invoices/${item.document_id}`;
    return `/credit-notes/${item.document_id}`;
};
 
const updateFilters = () => {
    // Ensure customer ID is valid
    if (!props.customer?.id) {
        console.warn('Customer ID is not available');
        return;
    }
    
    const params: Record<string, string> = {};
    
    if (contactSearch.value && typeof contactSearch.value === 'string' && contactSearch.value.trim()) {
        params.contact_search = contactSearch.value.trim();
    }
    
    if (contactsPerPage.value && contactsPerPage.value !== 5) {
        params.contacts_per_page = contactsPerPage.value.toString();
    }
    
    if (smsSearch.value && typeof smsSearch.value === 'string' && smsSearch.value.trim()) {
        params.sms_search = smsSearch.value.trim();
    }
    
    if (smsStatus.value && typeof smsStatus.value === 'string' && smsStatus.value.trim()) {
        params.sms_status = smsStatus.value.trim();
    }
    
    if (smsPerPage.value && smsPerPage.value !== 5) {
        params.sms_per_page = smsPerPage.value.toString();
    }
 
    if (emailPerPage.value && emailPerPage.value !== 10) {
        params.email_per_page = emailPerPage.value.toString();
    }
 
    if (accountHistoryPerPage.value && accountHistoryPerPage.value !== 10) {
        params.account_history_per_page = accountHistoryPerPage.value.toString();
    }
    
    router.get(customers.show(props.customer.id).url, params, {
        preserveState: true,
        replace: true,
    });
};
 
// Watch for filter changes
watch([contactSearch, contactsPerPage, smsSearch, smsStatus, smsPerPage, emailPerPage, accountHistoryPerPage], () => {
    // Only update filters if customer is available
    if (props.customer?.id) {
        updateFilters();
    }
}, { debounce: 300 });
</script>
 
<template>
    <Head :title="`Customer • ${props.customer.name}`" />
 
    <AppLayout :breadcrumbs="[
        { title: 'Customers', href: customers.index().url },
        { title: props.customer.name, href: '#' },
    ]">
        <div class="space-y-6 p-4">
            <!-- Header Section -->
            <div class="rounded-lg bg-white border border-gray-200 p-6 shadow-sm">
            <div class="flex items-center justify-between">
                    <div>
                        <h1 class="text-2xl font-bold text-gray-900">{{ props.customer.name }}</h1>
                        <p class="text-sm text-gray-500 mt-1">Customer Details</p>
                    </div>
                <div class="flex items-center gap-2">
                        <button
                            v-if="props.customer.email"
                            @click="openEmailModal"
                            class="rounded-md bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2"
                        >
                            Email
                        </button>
                        <button 
                            v-if="props.customer.phone"
                            @click="openSMSModal"
                            class="rounded-md bg-green-600 px-4 py-2 text-sm font-medium text-white hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-green-500 focus:ring-offset-2"
                        >
                            Send SMS
                        </button>
                        <Link
                            v-if="canCustomersEdit"
                            :href="customers.edit(props.customer.id).url"
                            class="rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2"
                        >
                            Edit
                        </Link>
                        <button
                            v-if="canCustomersDelete"
                            type="button"
                            @click="deleteCustomer"
                            class="rounded-md border border-red-300 bg-white px-4 py-2 text-sm font-medium text-red-700 hover:bg-red-50 focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-offset-2"
                        >
                            Delete
                        </button>
                        <Link 
                            :href="customers.index().url" 
                            class="rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2"
                        >
                            Back
                        </Link>
                    </div>
                </div>
            </div>
 
            <!-- Customer Information Section -->
            <div class="rounded-lg bg-white border border-gray-200 shadow-sm">
                <div class="border-b border-gray-200 bg-gray-50 px-6 py-4">
                    <h2 class="text-lg font-semibold text-gray-900">Customer Information</h2>
                    <p class="text-sm text-gray-600">Basic details and contact information</p>
                </div>
                <div class="p-6">
                    <div class="grid gap-6 md:grid-cols-2">
                        <div class="space-y-4">
                            <div>
                                <h3 class="text-sm font-medium text-gray-900 mb-3 flex items-center">
                                    <svg class="w-4 h-4 mr-2 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 4.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path>
                                    </svg>
                                    Contact Information
                                </h3>
                                <div class="space-y-3">
                                    <div class="flex items-center">
                                        <span class="text-sm font-medium text-gray-500 w-20">Email:</span>
                                        <span class="text-sm text-gray-900">{{ props.customer.email }}</span>
                                    </div>
                                    <div class="flex items-center">
                                        <span class="text-sm font-medium text-gray-500 w-20">Phone:</span>
                                        <span class="text-sm text-gray-900">{{ props.customer.phone || '-' }}</span>
                                    </div>
                                    <div class="flex items-center">
                                        <span class="text-sm font-medium text-gray-500 w-20">Account:</span>
                                        <span class="text-sm text-gray-900">{{ props.customer.account_code || '-' }}</span>
                                    </div>
                                    <div class="flex items-center">
                                        <span class="text-sm font-medium text-gray-500 w-20">VAT:</span>
                                        <span class="text-sm text-gray-900">{{ props.customer.vat_number || '-' }}</span>
                                    </div>
                                    <div class="flex items-center">
                                        <span class="text-sm font-medium text-gray-500 w-20">Terms:</span>
                                        <span class="text-sm text-gray-900">{{ props.customer.terms || 'COD' }}</span>
                                    </div>
                                </div>
                            </div>
                        </div>
 
                        <div class="space-y-4">
                            <div>
                                <h3 class="text-sm font-medium text-gray-900 mb-3 flex items-center">
                                    <svg class="w-4 h-4 mr-2 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                                    </svg>
                                    Account balance (JCO)
                                </h3>
                                <p class="text-xs text-gray-500 mb-2">
                                    From open invoices and credit notes in this app only — not synced with Xero.
                                </p>
                                <div class="space-y-2 text-sm">
                                    <div class="flex justify-between gap-4">
                                        <span class="text-gray-600">Outstanding on invoices</span>
                                        <span class="font-medium text-gray-900">{{ formatCurrency(props.accountBalance.outstanding_invoices) }}</span>
                                    </div>
                                    <div class="flex justify-between gap-4">
                                        <span class="text-gray-600">Unapplied credit</span>
                                        <span class="font-medium text-gray-900">{{ formatCurrency(props.accountBalance.unapplied_credit) }}</span>
                                    </div>
                                    <div class="flex justify-between gap-4 border-t border-gray-100 pt-2">
                                        <span class="font-medium text-gray-900">Net balance</span>
                                        <span class="font-semibold text-gray-900">{{ formatCurrency(props.accountBalance.account_balance) }}</span>
                                    </div>
                                </div>
                                <a
                                    v-if="canInvoicesView"
                                    :href="statementPdfHref"
                                    class="mt-3 inline-flex items-center text-sm font-medium text-indigo-600 hover:text-indigo-500"
                                >
                                    Download account statement (PDF)
                                </a>
                            </div>
                            <div>
                                <h3 class="text-sm font-medium text-gray-900 mb-3 flex items-center">
                                    <svg class="w-4 h-4 mr-2 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"></path>
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"></path>
                                    </svg>
                                    Address Information
                                </h3>
                                <div class="space-y-3">
                                    <div class="flex items-start">
                                        <span class="text-sm font-medium text-gray-500 w-20">Address:</span>
                                        <span class="text-sm text-gray-900">{{ props.customer.address || '-' }}</span>
                                    </div>
                                    <div class="flex items-center">
                                        <span class="text-sm font-medium text-gray-500 w-20">City:</span>
                                        <span class="text-sm text-gray-900">{{ props.customer.city || '-' }}</span>
                                    </div>
                                    <div class="flex items-center">
                                        <span class="text-sm font-medium text-gray-500 w-20">Country:</span>
                                        <span class="text-sm text-gray-900">{{ props.customer.country || '-' }}</span>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
 
                    <div v-if="props.customer.notes" class="mt-6 pt-6 border-t border-gray-200">
                        <h3 class="text-sm font-medium text-gray-900 mb-3 flex items-center">
                            <svg class="w-4 h-4 mr-2 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"></path>
                            </svg>
                            Notes
                        </h3>
                        <p class="text-sm text-gray-700 whitespace-pre-line bg-gray-50 p-4 rounded-md">{{ props.customer.notes }}</p>
                    </div>
                </div>
            </div>
 
            <!-- Account History Sub-Panel -->
            <div v-if="showAccountHistoryPanel" class="rounded-lg bg-white border border-gray-200 shadow-sm">
                <div class="border-b border-gray-200 bg-indigo-50 px-6 py-4">
                    <div class="flex items-center justify-between">
                        <div>
                            <h2 class="text-lg font-semibold text-gray-900">Account History</h2>
                            <p class="text-sm text-gray-600">Jobcards, quotes, invoices, and credit notes</p>
                        </div>
                    </div>
                </div>
                <div class="p-6">
                    <div class="mb-4 flex justify-end">
                        <div class="w-full md:w-56">
                            <label class="block text-sm font-medium text-gray-700 mb-1">Results per page</label>
                            <select
                                v-model="accountHistoryPerPage"
                                class="w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500"
                            >
                                <option value="10">10 per page</option>
                                <option value="25">25 per page</option>
                                <option value="50">50 per page</option>
                                <option value="100">100 per page</option>
                            </select>
                        </div>
                    </div>
 
                    <div v-if="(props.accountHistory?.data || []).length === 0" class="text-center py-8">
                        <h3 class="mt-2 text-sm font-medium text-gray-900">No account history</h3>
                        <p class="mt-1 text-sm text-gray-500">No jobcards, quotes, invoices, or credit notes found for this customer.</p>
                    </div>
 
                    <div v-else class="overflow-x-auto">
                        <table class="min-w-full divide-y divide-gray-200">
                            <thead class="bg-gray-50">
                                <tr>
                                    <th class="px-4 py-3 text-left text-xs font-semibold uppercase tracking-wider text-gray-500">Type</th>
                                    <th class="px-4 py-3 text-left text-xs font-semibold uppercase tracking-wider text-gray-500">Document</th>
                                    <th class="px-4 py-3 text-left text-xs font-semibold uppercase tracking-wider text-gray-500">Status</th>
                                    <th class="px-4 py-3 text-right text-xs font-semibold uppercase tracking-wider text-gray-500">Total</th>
                                    <th class="px-4 py-3 text-left text-xs font-semibold uppercase tracking-wider text-gray-500">Date</th>
                                </tr>
                            </thead>
                            <tbody class="divide-y divide-gray-100 bg-white">
                                <tr v-for="item in props.accountHistory?.data || []" :key="`${item.document_type}-${item.document_id}`" class="hover:bg-gray-50">
                                    <td class="px-4 py-3 text-sm text-gray-700">{{ accountHistoryTypeLabel(item.document_type) }}</td>
                                    <td class="px-4 py-3 text-sm">
                                        <Link :href="accountHistoryDocumentUrl(item)" class="font-medium text-blue-700 hover:text-blue-900 hover:underline">
                                            {{ item.document_number }}
                                        </Link>
                                    </td>
                                    <td class="px-4 py-3 text-sm">
                                        <span class="inline-flex rounded-full bg-gray-100 px-2 py-1 text-xs font-semibold capitalize text-gray-700">
                                            {{ item.status }}
                                        </span>
                                    </td>
                                    <td class="px-4 py-3 text-right text-sm font-medium text-gray-900">{{ formatCurrency(Number(item.total || 0)) }}</td>
                                    <td class="px-4 py-3 text-sm text-gray-600">{{ new Date(item.document_date).toLocaleDateString() }}</td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
 
                    <div v-if="props.accountHistory?.last_page > 1" class="mt-6 border-t border-gray-200 pt-6">
                        <div class="flex items-center justify-end gap-1">
                            <Link
                                v-for="link in props.accountHistory?.links || []"
                                :key="link.label"
                                :href="link.url || '#'"
                                :preserve-scroll="true"
                                :class="[
                                    'px-3 py-1 text-sm rounded-md',
                                    link.active
                                        ? 'bg-indigo-600 text-white'
                                        : link.url
                                            ? 'bg-white border border-gray-300 text-gray-700 hover:bg-gray-50'
                                            : 'bg-gray-100 text-gray-400 cursor-not-allowed'
                                ]"
                                v-html="link.label"
                            />
                        </div>
                    </div>
                </div>
            </div>
 
            <!-- Contacts Sub-Panel -->
            <div v-if="canContactsList" class="rounded-lg bg-white border border-gray-200 shadow-sm">
                <div class="border-b border-gray-200 bg-blue-50 px-6 py-4">
                    <div class="flex items-center justify-between">
                        <div>
                            <h2 class="text-lg font-semibold text-gray-900 flex items-center">
                                <svg class="w-5 h-5 mr-2 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"></path>
                                </svg>
                                Contacts
                            </h2>
                            <p class="text-sm text-gray-600">Manage customer contacts and relationships</p>
                        </div>
                        <div class="flex items-center gap-2">
                            <Link
                                v-if="canContactsCreate"
                                :href="contacts.create().url + '?customer_id=' + props.customer.id"
                                class="rounded-md bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2"
                            >
                                Add Contact
                            </Link>
                            <Link 
                                :href="contacts.index().url" 
                                class="rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2"
                            >
                                View All
                            </Link>
                        </div>
                    </div>
                </div>
                <div class="p-6">
 
                    <!-- Contact Search and Per Page -->
                    <div class="mb-6 grid gap-3 md:grid-cols-2">
                        <div>
                            <label class="block text-sm font-medium text-gray-700 mb-1">Search Contacts</label>
                            <input
                                v-model="contactSearch"
                                type="text"
                                placeholder="Search by name, email, phone, or position..."
                                class="w-full rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500"
                            />
                        </div>
                        <div>
                            <label class="block text-sm font-medium text-gray-700 mb-1">Results per page</label>
                            <select
                                v-model="contactsPerPage"
                                class="w-full rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500"
                            >
                                <option value="5">5 per page</option>
                                <option value="10">10 per page</option>
                                <option value="25">25 per page</option>
                                <option value="50">50 per page</option>
                            </select>
                        </div>
                    </div>
 
                    <div v-if="(props.contacts?.data || []).length === 0" class="text-center py-8">
                        <svg class="mx-auto h-12 w-12 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"></path>
                        </svg>
                        <h3 class="mt-2 text-sm font-medium text-gray-900">No contacts</h3>
                        <p class="mt-1 text-sm text-gray-500">
                            <span v-if="contactSearch">No contacts found matching "{{ contactSearch }}".</span>
                            <span v-else>Get started by adding a new contact.</span>
                        </p>
                    </div>
 
                    <div v-else class="space-y-3">
                        <div 
                            v-for="contact in props.contacts?.data || []" 
                            :key="contact.id"
                            class="flex items-center justify-between rounded-lg border border-gray-200 bg-gray-50 p-4 hover:bg-gray-100 transition-colors"
                        >
                            <div class="flex-1">
                                <div class="flex items-center gap-3">
                                    <div class="flex h-10 w-10 items-center justify-center rounded-full bg-blue-100">
                                        <svg class="h-5 w-5 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path>
                                        </svg>
                                    </div>
                                    <div>
                                        <div class="flex items-center gap-2">
                                            <span class="font-medium text-gray-900">{{ contact.name }}</span>
                                            <span v-if="contact.is_primary" class="inline-flex items-center rounded-full bg-green-100 px-2 py-1 text-xs font-medium text-green-800">
                                                Primary
                                            </span>
                                        </div>
                                        <div class="text-sm text-gray-600">
                                            <span v-if="contact.position" class="font-medium">{{ contact.position }}</span>
                                            <span v-if="contact.email" class="ml-2">{{ contact.email }}</span>
                                            <span v-if="contact.phone" class="ml-2">{{ contact.phone }}</span>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="flex items-center gap-2">
                                <Link 
                                    :href="contacts.show(contact.id).url" 
                                    class="rounded-md border border-gray-300 bg-white px-3 py-1 text-xs font-medium text-gray-700 hover:bg-gray-50"
                                >
                                    View
                                </Link>
                                <Link
                                    v-if="canContactsEdit"
                                    :href="contacts.edit(contact.id).url"
                                    class="rounded-md bg-blue-600 px-3 py-1 text-xs font-medium text-white hover:bg-blue-700"
                                >
                                    Edit
                                </Link>
                                <button
                                    v-if="canContactsDelete"
                                    type="button"
                                    @click="deleteContact(contact)"
                                    class="rounded-md border border-red-300 bg-white px-3 py-1 text-xs font-medium text-red-700 hover:bg-red-50"
                                >
                                    Delete
                                </button>
                            </div>
                        </div>
                    </div>
 
                    <!-- Contact Pagination -->
                    <div v-if="props.contacts?.last_page > 1" class="mt-6 pt-6 border-t border-gray-200">
                        <div class="flex items-center justify-between">
                            <div class="text-sm text-gray-500">
                                Showing {{ ((props.contacts?.current_page || 1) - 1) * (props.contacts?.per_page || 5) + 1 }} to 
                                {{ Math.min((props.contacts?.current_page || 1) * (props.contacts?.per_page || 5), props.contacts?.total || 0) }} 
                                of {{ props.contacts?.total || 0 }} contacts
                            </div>
                            <div class="flex items-center gap-1">
                                <Link
                                    v-for="link in props.contacts?.links || []"
                                    :key="link.label"
                                    :href="link.url || '#'"
                                    :preserve-scroll="true"
                                    :class="[
                                        'px-3 py-1 text-sm rounded-md',
                                        link.active 
                                            ? 'bg-blue-600 text-white' 
                                            : link.url 
                                                ? 'bg-white border border-gray-300 text-gray-700 hover:bg-gray-50' 
                                                : 'bg-gray-100 text-gray-400 cursor-not-allowed'
                                    ]"
                                    v-html="link.label"
                                />
                            </div>
                        </div>
                    </div>
                </div>
            </div>
 
            <!-- SMS Activities Sub-Panel -->
            <div class="rounded-lg bg-white border border-gray-200 shadow-sm">
                <div class="border-b border-gray-200 bg-green-50 px-6 py-4">
                    <div class="flex items-center justify-between">
                        <div>
                            <h2 class="text-lg font-semibold text-gray-900 flex items-center">
                                <svg class="w-5 h-5 mr-2 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path>
                                </svg>
                                SMS Activity
                            </h2>
                            <p class="text-sm text-gray-600">View and manage SMS communication history</p>
                        </div>
                        <div class="flex items-center gap-2">
                            <span class="inline-flex items-center rounded-full bg-green-100 px-3 py-1 text-sm font-medium text-green-800">
                                {{ props.smsActivities?.total || 0 }} message{{ (props.smsActivities?.total || 0) !== 1 ? 's' : '' }}
                            </span>
                        </div>
                    </div>
                </div>
                <div class="p-6">
 
                    <!-- SMS Filters -->
                    <div class="mb-6 grid gap-3 md:grid-cols-3">
                        <div>
                            <label class="block text-sm font-medium text-gray-700 mb-1">Search Messages</label>
                            <input
                                v-model="smsSearch"
                                type="text"
                                placeholder="Search by message, phone, or status..."
                                class="w-full rounded-md border-gray-300 shadow-sm focus:border-green-500 focus:ring-green-500"
                            />
                        </div>
                        <div>
                            <label class="block text-sm font-medium text-gray-700 mb-1">Filter by Status</label>
                            <select
                                v-model="smsStatus"
                                class="w-full rounded-md border-gray-300 shadow-sm focus:border-green-500 focus:ring-green-500"
                            >
                                <option value="">All Statuses</option>
                                <option value="sent">Sent</option>
                                <option value="failed">Failed</option>
                                <option value="pending">Pending</option>
                            </select>
                        </div>
                        <div>
                            <label class="block text-sm font-medium text-gray-700 mb-1">Results per page</label>
                            <select
                                v-model="smsPerPage"
                                class="w-full rounded-md border-gray-300 shadow-sm focus:border-green-500 focus:ring-green-500"
                            >
                                <option value="5">5 per page</option>
                                <option value="10">10 per page</option>
                                <option value="25">25 per page</option>
                                <option value="50">50 per page</option>
                            </select>
                        </div>
                    </div>
 
                    <div v-if="(props.smsActivities?.data || []).length === 0" class="text-center py-8">
                        <svg class="mx-auto h-12 w-12 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path>
                        </svg>
                        <h3 class="mt-2 text-sm font-medium text-gray-900">No SMS messages</h3>
                        <p class="mt-1 text-sm text-gray-500">
                            <span v-if="smsSearch || smsStatus">No SMS messages found matching your filters.</span>
                            <span v-else>No SMS messages sent to this customer yet.</span>
                        </p>
                    </div>
 
                    <div v-else class="space-y-4">
                        <div 
                            v-for="activity in props.smsActivities?.data || []" 
                            :key="activity.id"
                            class="rounded-lg border border-gray-200 bg-white p-4 shadow-sm hover:shadow-md transition-shadow"
                        >
                            <div class="flex items-start justify-between mb-3">
                                <div class="flex items-center gap-3">
                                    <div class="flex h-8 w-8 items-center justify-center rounded-full"
                                         :class="{
                                             'bg-green-100': activity.status === 'sent',
                                             'bg-red-100': activity.status === 'failed',
                                             'bg-yellow-100': activity.status === 'pending'
                                         }"
                                    >
                                        <svg class="h-4 w-4"
                                             :class="{
                                                 'text-green-600': activity.status === 'sent',
                                                 'text-red-600': activity.status === 'failed',
                                                 'text-yellow-600': activity.status === 'pending'
                                             }"
                                             fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path>
                                        </svg>
                                    </div>
                                    <div>
                                        <span 
                                            class="inline-flex items-center rounded-full px-2 py-1 text-xs font-medium"
                                            :class="{
                                                'bg-green-100 text-green-800': activity.status === 'sent',
                                                'bg-red-100 text-red-800': activity.status === 'failed',
                                                'bg-yellow-100 text-yellow-800': activity.status === 'pending'
                                            }"
                                        >
                                            {{ activity.status.charAt(0).toUpperCase() + activity.status.slice(1) }}
                                        </span>
                                        <div class="text-xs text-gray-500 mt-1">
                                            {{ new Date(activity.created_at).toLocaleString() }}
                                        </div>
                                    </div>
                                </div>
                                <div class="text-sm text-gray-500">
                                    by {{ activity.user.name }}
                                </div>
                            </div>
                            
                            <div class="mb-3">
                                <span class="text-sm font-medium text-gray-700">To:</span>
                                <span class="text-sm text-gray-600 ml-1 font-mono">{{ activity.phone_number }}</span>
                            </div>
                            
                            <div class="text-sm text-gray-700 bg-gray-50 p-3 rounded-md border">
                                {{ activity.message }}
                            </div>
 
                            <div v-if="activity.error_message" class="mt-3 text-sm text-red-600 bg-red-50 p-3 rounded-md border border-red-200">
                                <span class="font-medium">Error:</span> {{ activity.error_message }}
                            </div>
 
                            <div v-if="activity.bulksms_reference" class="mt-3 text-xs text-gray-500 bg-gray-50 p-2 rounded">
                                <span class="font-medium">Reference:</span> {{ activity.bulksms_reference }}
                            </div>
                        </div>
                    </div>
 
                    <!-- SMS Pagination -->
                    <div v-if="props.smsActivities?.last_page > 1" class="mt-6 pt-6 border-t border-gray-200">
                        <div class="flex items-center justify-between">
                            <div class="text-sm text-gray-500">
                                Showing {{ ((props.smsActivities?.current_page || 1) - 1) * (props.smsActivities?.per_page || 5) + 1 }} to 
                                {{ Math.min((props.smsActivities?.current_page || 1) * (props.smsActivities?.per_page || 5), props.smsActivities?.total || 0) }} 
                                of {{ props.smsActivities?.total || 0 }} messages
                            </div>
                            <div class="flex items-center gap-1">
                                <Link
                                    v-for="link in props.smsActivities?.links || []"
                                    :key="link.label"
                                    :href="link.url || '#'"
                                    :preserve-scroll="true"
                                    :class="[
                                        'px-3 py-1 text-sm rounded-md',
                                        link.active 
                                            ? 'bg-green-600 text-white' 
                                            : link.url 
                                                ? 'bg-white border border-gray-300 text-gray-700 hover:bg-gray-50' 
                                                : 'bg-gray-100 text-gray-400 cursor-not-allowed'
                                    ]"
                                    v-html="link.label"
                                />
                            </div>
                        </div>
                    </div>
                </div>
            </div>
 
            <!-- Email Activities Sub-Panel -->
            <div class="rounded-lg bg-white border border-gray-200 shadow-sm">
                <div class="border-b border-gray-200 bg-blue-50 px-6 py-4">
                    <div class="flex items-center justify-between">
                        <div>
                            <h2 class="text-lg font-semibold text-gray-900 flex items-center">
                                <svg class="w-5 h-5 mr-2 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 4.26a2 2 0 002.22 0L21 8m-18 0v8a2 2 0 002 2h14a2 2 0 002-2V8"></path>
                                </svg>
                                Email Activity
                            </h2>
                            <p class="text-sm text-gray-600">Direct and document email history for this customer</p>
                        </div>
                        <span class="inline-flex items-center rounded-full bg-blue-100 px-3 py-1 text-sm font-medium text-blue-800">
                            {{ props.emailActivities?.total || 0 }} email{{ (props.emailActivities?.total || 0) !== 1 ? 's' : '' }}
                        </span>
                    </div>
                </div>
                <div class="p-6">
                    <div class="mb-4 flex items-center justify-end">
                        <div>
                            <label class="mb-1 block text-sm font-medium text-gray-700">Results per page</label>
                            <select
                                v-model="emailPerPage"
                                class="w-40 rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500"
                            >
                                <option value="10">10 per page</option>
                                <option value="25">25 per page</option>
                                <option value="50">50 per page</option>
                                <option value="100">100 per page</option>
                            </select>
                        </div>
                    </div>
 
                    <div v-if="(props.emailActivities?.data || []).length === 0" class="text-center py-8 text-sm text-gray-500">
                        No emails sent to this customer yet.
                    </div>
                    <div v-else class="space-y-3">
                        <div
                            v-for="activity in props.emailActivities?.data || []"
                            :key="activity.id"
                            class="rounded-lg border border-gray-200 bg-white p-4"
                        >
                            <div class="flex items-start justify-between gap-3">
                                <div>
                                    <div class="text-sm font-medium text-gray-900">{{ activity.subject }}</div>
                                    <div class="text-xs text-gray-500 mt-1">
                                        To: {{ activity.recipient_email }} •
                                        {{ activity.related_type ? `${activity.related_type} email` : 'direct email' }}
                                    </div>
                                </div>
                                <span
                                    class="inline-flex items-center rounded-full px-2 py-1 text-xs font-medium"
                                    :class="activity.status === 'sent' ? 'bg-green-100 text-green-800' : 'bg-red-100 text-red-800'"
                                >
                                    {{ activity.status }}
                                </span>
                            </div>
                            <div class="mt-2 text-xs text-gray-500">
                                {{ new Date(activity.sent_at || activity.created_at).toLocaleString() }}
                                <span v-if="activity.user?.name"> • by {{ activity.user.name }}</span>
                            </div>
                            <div v-if="activity.error_message" class="mt-2 text-xs text-red-600">
                                {{ activity.error_message }}
                            </div>
                        </div>
                    </div>
 
                    <div v-if="props.emailActivities?.last_page > 1" class="mt-6 pt-6 border-t border-gray-200">
                        <div class="flex items-center justify-end gap-1">
                            <Link
                                v-for="link in props.emailActivities?.links || []"
                                :key="link.label"
                                :href="link.url || '#'"
                                :preserve-scroll="true"
                                :class="[
                                    'px-3 py-1 text-sm rounded-md',
                                    link.active
                                        ? 'bg-blue-600 text-white'
                                        : link.url
                                            ? 'bg-white border border-gray-300 text-gray-700 hover:bg-gray-50'
                                            : 'bg-gray-100 text-gray-400 cursor-not-allowed'
                                ]"
                                v-html="link.label"
                            />
                        </div>
                    </div>
                </div>
            </div>
 
            <!-- Footer Information -->
            <div class="rounded-lg bg-gray-50 border border-gray-200 p-4">
                <div class="flex items-center justify-between text-sm text-gray-500">
                    <div class="flex items-center gap-4">
                        <div class="flex items-center gap-2">
                            <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                            </svg>
                            <span>Created: {{ new Date(props.customer.created_at).toLocaleDateString() }}</span>
                        </div>
                        <div class="flex items-center gap-2">
                            <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"></path>
                            </svg>
                            <span>Updated: {{ new Date(props.customer.updated_at).toLocaleDateString() }}</span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
 
        <!-- SMS Modal -->
        <div v-if="showSMSModal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50">
            <div class="bg-white rounded-lg p-6 w-full max-w-md">
                <h3 class="text-lg font-semibold mb-4">Send SMS to {{ props.customer.name }}</h3>
                
                <form @submit.prevent="sendSMS">
                    <div class="mb-4">
                        <label class="block text-sm font-medium text-gray-700 mb-1">Message (max 160 characters)</label>
                        <textarea
                            v-model="smsForm.message"
                            rows="4"
                            class="w-full rounded border px-3 py-2"
                            placeholder="Enter your SMS message..."
                            maxlength="160"
                            required
                        ></textarea>
                        <div class="text-xs text-gray-500 mt-1">{{ smsForm.message.length }}/160 characters</div>
                        <div v-if="smsForm.errors.message" class="text-sm text-red-600">{{ smsForm.errors.message }}</div>
                    </div>
                    
                    <div class="flex items-center justify-end gap-3">
                        <button
                            type="button"
                            @click="showSMSModal = false"
                            class="rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2"
                        >
                            Cancel
                        </button>
                        <button
                            type="submit"
                            :disabled="smsForm.processing"
                            class="rounded-md bg-green-600 px-4 py-2 text-sm font-medium text-white hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-green-500 focus:ring-offset-2 disabled:opacity-50"
                        >
                            {{ smsForm.processing ? 'Sending...' : 'Send SMS' }}
                        </button>
                    </div>
                </form>
            </div>
        </div>
 
        <!-- SMS Result Modal -->
        <div v-if="showSMSResultModal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50">
            <div class="bg-white rounded-lg p-6 w-full max-w-md">
                <div class="flex items-center mb-4">
                    <div v-if="smsResult?.success" class="flex-shrink-0 w-10 h-10 bg-green-100 rounded-full flex items-center justify-center mr-3">
                        <svg class="w-6 h-6 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
                        </svg>
                    </div>
                    <div v-else class="flex-shrink-0 w-10 h-10 bg-red-100 rounded-full flex items-center justify-center mr-3">
                        <svg class="w-6 h-6 text-red-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                        </svg>
                    </div>
                    <h3 class="text-lg font-semibold" :class="smsResult?.success ? 'text-green-800' : 'text-red-800'">
                        {{ smsResult?.success ? 'SMS Sent Successfully!' : 'SMS Failed to Send' }}
                    </h3>
                </div>
                
                <div class="mb-6">
                    <p class="text-gray-700" :class="smsResult?.success ? 'text-green-700' : 'text-red-700'">
                        {{ smsResult?.message }}
                    </p>
                </div>
                
                <div class="flex justify-end">
                    <button
                        @click="closeSMSResultModal"
                        class="rounded-md px-4 py-2 text-sm font-medium text-white focus:outline-none focus:ring-2 focus:ring-offset-2"
                        :class="smsResult?.success ? 'bg-green-600 hover:bg-green-700 focus:ring-green-500' : 'bg-red-600 hover:bg-red-700 focus:ring-red-500'"
                    >
                        OK
                    </button>
                </div>
            </div>
        </div>
 
        <EmailComposerModal
            :open="showEmailModal"
            :title="emailModalTitle"
            :send-url="emailSendUrl"
            :templates="props.emailTemplates"
            :preview-context="emailPreviewContext"
            @close="showEmailModal = false"
        />
 
    </AppLayout>
</template>