@extends('website.layouts.layout') @section('title' , 'Contact Us') @section('content') {{trans('website.footContact')}} {{trans('website.home')}} {{trans('website.footContact')}} {{trans('website.form')}} @include('website.layouts.contact_form') {{trans('website.location')}} {{ $contact->{'address_'.currentLang()} }} {{trans('website.call')}} {{$contact->phone}} {{trans('website.siteEmail')}} {{$contact->email}} @include('website.layouts.map') @endsection
{{ $contact->{'address_'.currentLang()} }}
{{$contact->phone}}
{{$contact->email}}