@extends('frontend.layouts.app') @section('page_content')
@if(file_exists($contact->banner_image)) contact_banner @else contact_banner @endif

{{LangTranslate::translate($contact->title ?? '',$contact->ar_title ?? '') ?? 'Contact us'}}

{!! LangTranslate::translate($contact->description ?? '',$contact->ar_description ?? '') ?? '' !!}

UAE

{{LangTranslate::translate($contact->uae_title ?? '',$contact->ar_uae_title ?? '') ?? 'Enpower Electronics LLC'}}

INDIA

{{LangTranslate::translate($contact->ia_title ?? '',$contact->ia_title ?? '') ?? 'Enpower Electronics LLC'}}

Get In Touch

@csrf
@endsection @section('page_script') @endsection