@extends('frontend.layouts.main') @section('main-container') Contact Us Home contact @csrf Got a question about us Ready to revolutionize your displays? Fill out the form to request a free demo of our powerful solution First Name Last Name Phone Number * Email * Address * City * Message Submit Support Contact Phone Mobile : +91 {{$details['mobile']}} Email {{$details['email']}} Location {{$details['address']}} {{-- {{ $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
Ready to revolutionize your displays? Fill out the form to request a free demo of our powerful solution
Mobile : +91 {{$details['mobile']}}
{{ $details->address }}
{{ $details->mobile }}
{{ $details->email }}
{{ $details->days }}: {{ $details->time }}
{{ $off->address }}
+91-{{ $off->phone }}