@extends('layouts/gnr_layout') @section('title', '| Union') @section('content') @include('successMsg') @php $foreignPreUnioIds = DB::table('hr_emp_general_info')->distinct()->pluck('pre_uni_id')->toArray(); $foreignPerUnioIds = DB::table('hr_emp_general_info')->distinct()->pluck('per_uni_id')->toArray(); $foreignUnioIds = array_merge($foreignPreUnioIds, $foreignPerUnioIds); $foreignUnioIds = array_unique($foreignUnioIds); @endphp
| SL# | Union | Upzilla | District | Division | Action |
|---|---|---|---|---|---|
| {{++$no}} | {{$union->name}} |
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/resources_16_05_2024/views/gnr/tools/address/union/viewUnion.blade02062018.php:58 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources_16_05_2024/views/gnr/tools/address/union/viewUnion.blade02062018.php on line 58 |