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

“When the people fear their government, there is tyranny; when the government fears the people, there is liberty.”

- Thomas Jefferson

Submission Criteria

  • DATE OF INCIDENT
  • DEPARTMENT
  • OFFICER NAME
  • NAME OF VICTIM (Or confidential)
  • DESCRIPTION OF EVENTS (+ Links)

Submit Your Report Now

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@if($errors->has('title_name'))
{{ $errors->first('title_name') }}
@endif
@if($errors->has('date_of_incident'))
{{ $errors->first('date_of_incident') }}
@endif
@if($errors->has('department'))
{{ $errors->first('department') }}
@endif
@if($errors->has('officer_name'))
{{ $errors->first('officer_name') }}
@endif
@if($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if($errors->has('victim_or_confidential'))
{{ $errors->first('victim_or_confidential') }}
@endif
@if($errors->has('incident_crime'))
{{ $errors->first('incident_crime') }}
@endif
@if($errors->has('describtion'))
{{ $errors->first('describtion') }}
@endif
@endsection