@extends('layouts.app') @section('title',trans('seo.title')) @section('description',trans('seo.description')) @section('image',asset('img/share.jpg')) @section('keywords',trans('seo.keywords')) @section('linkage','https://saphareli.ge') @section('url','https://saphareli.ge') @section('content')
@if($contact->map==1)
@endif
@if($contact->email)

@lang('title.e-mail'):

{{$contact->email}}

@endif @if($contact->phone)

@lang('title.telephone'):

{{$contact->phone}}

@endif @if($contact->phone2)

@lang('title.telephone'):

{{$contact->phone2}}

@endif
@endsection