@extends('layouts.app') @section('content')
{{-- ================= SUCCESS MESSAGE ================= --}} @if(session('success')) @endif {{-- ================= MAIN CARD ================= --}}
@csrf {{-- ================= VALIDATION ERRORS ================= --}} @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- ================= HEADER ================= --}}
{{-- Left Logo --}}
{{-- Center Logo --}}
{{-- Right Logo --}}

Home & Tribal Affairs Department

Khyber Pakhtunkhwa

Complaint Form


{{-- ====================================================== --}} {{-- COMPLAINANT INFORMATION --}} {{-- ====================================================== --}}
Complainant Information
{{-- Complainant Name --}}
{{-- CNIC --}}
{{-- Contact Number --}}
{{-- District --}}
{{-- Address --}}

{{-- ====================================================== --}} {{-- COMPLAINT INFORMATION --}} {{-- ====================================================== --}}
Complaint Information
{{-- Complaint Type --}}
{{-- Complaint Against Name --}}
{{-- Complaint --}}
{{-- ================================================== --}} {{-- RESOLUTION DEADLINE --}} {{-- ================================================== --}}
Maximum resolution timeline is 14 days. Default deadline: {{ \Carbon\Carbon::parse($deadlineDate)->format('d-M-Y') }}
{{-- Attachment --}}
Allowed: PDF, Images, Word, Excel (Maximum 10 MB)
{{-- ====================================================== --}} {{-- SUBMIT --}} {{-- ====================================================== --}}
{{-- ================================================================ --}} {{-- JQUERY --}} {{-- ================================================================ --}} @endsection