@extends('user.layout') @section('content')
vCard Name | Preview | Direction | Actions | |
---|---|---|---|---|
{{ strlen($vcard->vcard_name) > 20 ? mb_substr($vcard->vcard_name, 0, 20, 'UTF-8') . '...' : $vcard->vcard_name }} | {{ $vcard->direction == 1 ? 'Left to Right' : 'Right to Left' }} | @if (count($vcards) <= $vcard_limit) @endif |