@extends('backend.settings.evaluation-scores.layout') @section('title','Evaluation Score Settings') @section('evaluation-scores-content')
@csrf @if ($evaluationScore->exists) @method('PUT') @endif @foreach(json_decode(setting('preset_colors'), true) ?? [] as $color) @endforeach @foreach(\App\Models\EvaluationScore::getConstants('STATUS_') as $status) @endforeach
Cancel
@endsection