@extends('front.layout.master') @section('content')

@lang('front.contactUs')

  • @lang('front.address')
  • @lang('front.phone') : {{setting('site_mobile')}}
  • @lang('front.email') : {{setting('site_email')}}

@lang('front.Follow_us_on_social_media')


{{-- --}} {{-- --}} {{-- --}}
@if(session('success'))
{{session('success')}}
@endif
@csrf @method('post')

@endsection