@extends('layouts.backend') @section('css_after') @endsection @section('content')

NEW SCORE

@csrf
@if ($errors->has('title')) @endif
@if ($errors->has('min_val')) @endif
@if ($errors->has('max_val')) @endif
@endsection