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

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

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