You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@php
|
|
use NN\Module\View;
|
|
use NN\Module\DB;
|
|
@endphp
|
|
{!! View::sc('forms.js') !!}
|
|
@include("temp.plugins.forms.radio")
|
|
@include("temp.plugins.forms.input")
|
|
@include("temp.plugins.forms.number")
|
|
@include("temp.plugins.forms.select") |