@extends('components.dashboard.layouts.master') @section('styles') @stack('datatableStyles') @endsection @section('title') {{ __('Edit Standardized Test') }} @endsection @section('content')

{{ __('Edit Standardized Test') }}

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@error('parent_id') {{ $message }} @enderror
@endsection @section('script') @stack('datatableScripts') @endsection