@extends('layouts.app') @section('template_title') Ubah Data Level XP @endsection @section('content')
@includeif('partials.errors')
Ubah Data Level XP
{{ method_field('PATCH') }} @csrf
@include('level-point.form')
@endsection