@extends('layouts.front') @push('css') @endpush @section('content')
@lang('Contact us')

{{ $ps->side_title }}

{{ $ps->side_text }}

@lang('Headquarters')
{{$ps->street}}
@lang('Call us')
{{ $ps->phone}}
@lang('Email us')
{{$ps->email}}

@lang('Send Your Message to Get in Touch With Us')

@includeIf('includes.user.form-both') @csrf
@endsection @push('js') @endpush