@extends('layouts.layout') @section('body')
Ubah Data Pelanggaran
@csrf
@if ($errors->has('jenis_kelamin')) {{ $errors->first('jenis_kelamin') }} @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('nama')) {{ $errors->first('nama') }} @endif
--}}
@if ($errors->has('dokumen')) {{ $errors->first('dokumen') }} @endif @if($data->file_url) Download @endif
@if ($errors->has('deskripsi')) {{ $errors->first('deskripsi') }} @endif
Kembali
@endsection