@extends('layouts.app') @section('title') {{__('messages.vcards')}} @endsection @section('content')
@include('flash::message') @if(getLogInUser()->vcard_table_view_type == 0) @else @endif
@include('layouts.templates.actions') @include('vcards.templates.templates') @include('vcards.templates.analytics') @endsection