@extends('front.layouts.app') @section('content')

{!! !empty($homePage) ? $homePage->one_line_section : '' !!}

Mission Statement

{!! !empty($homePage) ? $homePage->one_line_sectionsec : '' !!}

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@if($errors->has('date_of_incident'))
Date/ Period of Residence
@endif
@if($errors->has('department'))
Location and Description of Residence
@endif
@if($errors->has('officer_name'))
Name(s) of Landlord(s)/ Owner(s)/ Company
@endif
@if($errors->has('victim_or_confidential'))
Name(s) of Inhabitant(s)/ Renter(s) is required
@endif
{!! !empty($homePage) ? $homePage->contact_section : '' !!}
@endsection