@extends('layouts/gnr_layout') @section('title', '| Project Type') @section('content') @include('successMsg') @php $foreignProjectTypeIds = DB::table('gnr_branch')->distinct()->pluck('projectTypeId')->toArray(); @endphp
| SL# | Name | Project Type Code | Group Name | Company Name | Project Name | Action |
|---|---|---|---|---|---|---|
| {{++$no}} | {{$projectType->name}} | {{$projectType->projectTypeCode}} |
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/resources/views/gnr/tools/companySetting/projectType/viewProjectType.blade.php:55 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources/views/gnr/tools/companySetting/projectType/viewProjectType.blade.php on line 55 |