@extends('layouts.app')
@section('title')
{{__('messages.vcards')}}
@endsection
@section('content')
@include('flash::message')
@include('layouts.templates.actions')
@include('vcards.templates.templates')
@include('vcards.templates.analytics')
@endsection