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

Nouvelle Plainte

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Informations du Plaignant
Détails de la Plainte
Formats acceptés: PDF, DOC, DOCX, JPG, PNG, MP3, MP4 (Max: 10MB par fichier)
Annuler
@endsection