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

Lapor Pelaku Kejahatan

Silahkan upload foto wajah yang terduga pelaku kejahatan.

@csrf
@if (Session::has('message')) @endif
@if ($errors->has('tanggal'))  * {{ $errors->first('tanggal') }} @endif
@if ($errors->has('deskripsi'))  * {{ $errors->first('deskripsi') }} @endif
@if ($errors->has('gambar'))  * {{ $errors->first('gambar') }} @endif
@endsection