@extends('vcard.layout') @if ($vcard->direction == 2) @section('rtl', 'dir=rtl') @endif @if ($vcard->direction == 2) @section('rtl-css') @endsection @endif @section('base-color') @endsection @section('og-image', asset('assets/front/img/user/vcard/' . $vcard->cover_image)) @section('og-title') {{$vcard->name}} ({{$vcard->occupation}}) @endsection @section('og-description') {{$vcard->introduction}} @endsection @section('styles') @endsection @section('content')
{{$vcard->address}}