@extends('frontend.master') @section('title') {{ ___('frontend.Contact Us') }} @endsection @section('main')

{!! $sections['contact_information']->name !!}

@foreach ($data['contactInfo'] as $item)
Icon

{{ @$item->name }}

{{ @$item->address }}

@endforeach

{{ ___('frontend.Leave A Message') }}

{{-- mail-script.js --}}

{{ $sections['department_contact_information']->name }}

{{ $sections['department_contact_information']->description }}

@foreach ($data['depContact'] as $item)
Image

{{ @$item->name }}

{{ @$item->phone }}
{{ @$item->email }}

@endforeach
@endsection