@include('commons/input', [ 'title' => 'Name', 'type' => 'text', 'name' => 'name', 'value' => old('name'), 'required' => true, 'errors' => $errors, 'maxlength' => 32 ])
@include('commons/textarea', [ 'title' => 'Description', 'name' => 'desc', 'value' => old('desc'), 'required' => false, 'errors' => $errors ])
@include('commons/textarea', [ 'title' => 'Georgia Standards of Excellence', 'name' => 'short', 'value' => old('short'), 'required' => false, 'errors' => $errors ])
@include('commons/input', [ 'title' => 'Funding Partner', 'type' => 'text', 'name' => 'partner', 'value' => old('partner'), 'required' => false, 'errors' => $errors ])
@if (AuthHelper::is_admin())
@endif
@include('modules/subtopics')
@if (AuthHelper::is_admin())
@include('modules/formats')
@else
@endif
@include('modules/background')
@include('modules/videos', ['id' => 1])