Name
{{--
Department
@if (count($data['getEnabledDepartmentList']) > 0) @foreach ($data['getEnabledDepartmentList'] as $department)
{{ $department['department_name'] }}
@endforeach @endif
--}}
Division
{{--
Division
Warning: Undefined variable $data in /home/slsiluser/public_html/service-portal-mobile-responsive/resources/views/admin/service_category/add.blade.php on line 37 Warning: Trying to access array offset on value of type null in /home/slsiluser/public_html/service-portal-mobile-responsive/resources/views/admin/service_category/add.blade.php on line 37 Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/slsiluser/public_html/service-portal-mobile-responsive/resources/views/admin/service_category/add.blade.php:37 Stack trace: #0 {main} thrown in /home/slsiluser/public_html/service-portal-mobile-responsive/resources/views/admin/service_category/add.blade.php on line 37