@include('shared.alerts')
{{ __('Create module') }}
@csrf @include('shared.input', ['label' => __('Name'), 'name' => 'name', 'value' => old('name')])
{{ $errors->first('type') }}
{{ $errors->first('parent_id') }}
@include('shared.input', ['label' => __('Description'), 'name' => 'description', 'value' => old('description'), 'type' => 'textarea']) @include('shared.input', ['label' => __('Lessons'), 'name' => 'lessons', 'value' => old('lessons'), 'type' => 'number'])