@extends('frontend.layout.app') @section('title','Blank') @push('css') @endpush @section('content')
@if($contact->count() > 0)
@endif
@csrf

Place Your Complain here

@endsection @push('js') @endpush