@extends('layouts.admin', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{ __('ID') }} | {{ __('Title') }} | {{ __('Type') }} | {{ __('Status') }} | {{ __('Actions') }} | |
---|---|---|---|---|---|
{{ $user_card->card_id }} | {{ $user_card->title }} | {{ $user_card->card_type == 'vcard' ? __('vCard') : __('WhatsApp Store') }} | @if ($user_card->card_status == 'inactive') {{ __('Deactive') }} @else {{ __('Active') }} @endif | ||
{{ __('No business cards found') }}! |