@extends('public::form.header') @section('content')

Facility Complaint

@extends('public::form.messages')
@if($mess == 1)

Complaint submitted successfully

Thankyou for reporting the issue.Your complaint has been registered and will be attended to shortly.

@elseif ($mess == 2)

Your complaint already recorded with us! You can put next complaint after 1 minute!


@endif {{--
--}}
@stop