Velox Infra
Fantasia Business Park,
Sector - 30, Near Vashi Railway Station
Vashi, Navi Mumbai, Maharashtra, India,
Pin - 400703

@php $phoneNumbers = explode(',', $ps->phone); echo implode('
', array_map('trim', $phoneNumbers)); @endphp

{{ $ps->email }}

@lang('Navigations')

    @foreach (DB::table('pages')->whereStatus(1)->orderBy('id', 'desc')->get() as $data)
  • {{ $data->title }}
  • @endforeach

@lang('My Account')

    @if (auth()->check() && auth()->user()->is_agent == 2)
  • @lang('User Dashboard')
  • @lang('Agent Dashboard')
  • @else
  • @lang('Post Property')
  • @lang('Agent login')
  • @endif

@lang('Important Links ')

  • @lang('Pricing')
  • @lang('Blog')

@php echo $gs->copyright; @endphp

    @if ($sociallinks) @foreach ($sociallinks as $key => $social)
  • @endforeach @endif