@extends('layouts.main_frontend') @section('content')
contact us image

@lang('site.contacts')

@lang('site.contactmessage')

location icon
@lang('site.address')

{{$setting->website_address ?? ''}}

email icon
@lang('site.email')

{{$setting->email ?? ''}}

call icon
@lang('site.inquires')

{{$setting->phone_one ?? ''}}

{{$setting->phone_two ?? ''}}

@lang('site.Submit your data')

@lang('site.You can send your message by entering all data in the input fields')

    @lang('site.locations')

    @endsection @section('scripts') @endsection