@extends('layouts.app') @extends('layouts.navbar') @section('content')

{{ __('Contact Us') }}

Contact - V Way Taxi
{{ __('V Way Infotech') }}
{{ __('483/4, M M Buildings, Dr.Rajendra Prasad Road,') }}
{{ __('Gandhipuram, Coimbatore - 641012') }}
{{ __('TamilNadu, India.') }}
{{ __('WhatsApp : +91 87549 54607') }}
{{ __('E-Mail : vwayinfotech@gmail.com') }}
{{--
{{ __('V Way Infotech') }}
{{ __('Plot No: 3780, 1st Floor, TNHB COLONY,') }}
{{ __('Villapuram, Madurai - 625011') }}
{{ __('TamilNadu, India.') }}
{{ __('+91 74188 90956') }}
{{ __('+91 63825 75119') }}
--}}
@if(session()->has('msg')) @endif {{--
@csrf
--}}
@endsection @extends('layouts.footer')