@extends('layouts/gnr_layout') @section('title', '| Project') @section('content') @include('successMsg') @php $foreignProjectIds = DB::table('gnr_project_type')->distinct()->pluck('projectId')->toArray(); @endphp

PROJECT LIST

{{ csrf_field() }} @foreach($projects as $project)
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/views/gnr/tools/companySetting/project/viewProject.blade.php:53 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources/views/gnr/tools/companySetting/project/viewProject.blade.php on line 53