@extends('layouts.app') @section('content')
@csrf
@if($errors->has('kode_kriteria')) {{ $errors->first('kode_kriteria') }} @endif
@if($errors->has('jenis_pelanggaran')) {{ $errors->first('jenis_pelanggaran') }} @endif
@if($errors->has('point')) {{ $errors->first('point') }} @endif
@endsection