@extends($route['layout']) @section('title', '| District') @section('content') @php $foreignPreDistrictIds = DB::table('hr_emp_general_info')->distinct()->pluck('pre_dis_id')->toArray(); $foreignPerDistrictIds = DB::table('hr_emp_general_info')->distinct()->pluck('per_dis_id')->toArray(); $districtIdsFromUpzillaTable = DB::table('upzilla')->distinct()->pluck('district_id')->toArray(); $result1 = array_merge($foreignPreDistrictIds, $foreignPerDistrictIds); $result2 = array_merge($result1, $districtIdsFromUpzillaTable); $foreignDistrictIds = array_unique($result2); @endphp

DISTRICT LIST


Warning: Undefined variable $TCN in /home/shikkhaplus/public_html/guk_bk/resources/views/gnr/tools/address/district/viewDistrict.blade.php on line 34

Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/shikkhaplus/public_html/guk_bk/resources/views/gnr/tools/address/district/viewDistrict.blade.php:34 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/gnr/tools/address/district/viewDistrict.blade.php on line 34