@extends('layouts.layout') @section('body')
Tambah Kasus Pelanggaran
@csrf
@if ($errors->has('korban_id')) {{ $errors->first('korban_id') }} @endif
@if ($errors->has('korban_id')) {{ $errors->first('korban_id') }} @endif
@if ($errors->has('pelaksana_id')) {{ $errors->first('pelaksana_id') }} @endif
@if ($errors->has('jenis')) {{ $errors->first('jenis') }} @endif
@if ($errors->has('lokasi')) {{ $errors->first('lokasi') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('tanggal'))--}} {{-- {{ $errors->first('tanggal') }}--}} {{-- @endif--}} {{--
--}}
@if ($errors->has('dokumen')) {{ $errors->first('dokumen') }} @endif
@if ($errors->has('deskripsi')) {{ $errors->first('deskripsi') }} @endif
Kembali
@endsection