@extends('frontend.layouts.main') @section('main-container')

Contact Us

@csrf

Got a question about us

Ready to revolutionize your displays? Fill out the form to request a free demo of our powerful solution

Support Contact

{{--

{{ $details->headquarter }}

{{ $details->address }}

Phone

{{ $details->mobile }}

Email

{{ $details->email }}

Time and Date

{{ $details->days }}: {{ $details->time }}

@foreach($office as $index => $off)
@if($index % 2 == 0)

{{ $off->name }}

Address

{{ $off->address }}

Phone

+91-{{ $off->phone }}

@else

{{ $off->name }}

Address

{{ $off->address }}

Phone

+91-{{ $off->phone }}

@endif
@endforeach
--}} @endsection