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