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