@extends('layout.master') @if (!empty($kriteria)) @section('title', 'Edit Kriteria') @else @section('title', 'Tambah Kriteria') @endif @section('content') @if ($errors->any())
@endif
@if (!empty($kriteria))
@else @endif @csrf
@endsection