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