@extends('layouts/gnr_layout') @section('title', '| Project') @section('content') @include('successMsg') @php $foreignProjectIds = DB::table('gnr_project_type')->distinct()->pluck('projectId')->toArray(); @endphp
| SL# | Name | Project Code | Group Name | Company Name | Action |
|---|---|---|---|---|---|
| {{++$no}} | {{$project->name}} | {{$project->projectCode}} |
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/resources_16_05_2024/views/gnr/tools/companySetting/project/viewProject.blade.php:53 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources_16_05_2024/views/gnr/tools/companySetting/project/viewProject.blade.php on line 53 |