@extends('layouts.frontend') @section('title') @lang('Contact Us') @endsection @section('content')
@csrf
@lang(@$contact->content->title)

@lang(@$contact->content->heading)

@lang(@$contact->content->sub_heading)

@lang('Address')
{{@$contact->content->address}}
@endsection