@extends('layouts.front_end') @section('title', 'Complain') @section('content')
Complain Box

Send Us a Massage

We are always happy to talk with you. Be sure to write to us if you have any questions or need help and support.

@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@csrf
{{--
@if($companyInfo) {!! $companyInfo->google_map_location !!} @endif
--}}
@endsection @section('script') @endsection