@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('order'))
{{ $errors->first('order') }}
@endif
@php $inputActive = isset($model) ? $model->menu : true; $inputActive = old('menu') ? old('menu') : $inputActive; @endphp
@if ($errors->has('menu'))
{{ $errors->first('menu') }}
@endif
@php $inputActive = isset($model) ? $model->active : true; $inputActive = old('active') ? old('active') : $inputActive; @endphp
@if ($errors->has('active'))
{{ $errors->first('active') }}
@endif
@if ($errors->has('icon'))
{{ $errors->first('icon') }}
@endif
@if ($errors->has('view'))
{{ $errors->first('view') }}
@endif
@if ($errors->has('alias'))
{{ $errors->first('alias') }}
@endif
@if ($errors->has('projects'))
{{ $errors->first('projects') }}
@endif
@if ($errors->has('modules'))
{{ $errors->first('modules') }}
@endif
{{--
--}}
@push('scripts') {{$dataTable->scripts()}} @endpush