@extends('layouts/gnr_layout') @section('title', '| Fiscal Year') @section('content') @include('successMsg') @php $foreignGroupIds = DB::table('inv_product')->distinct()->pluck('groupId')->toArray(); @endphp
| SL# | Fiscal Year Name | Company Name | Start Date | End Date | Action |
|---|---|---|---|---|---|
| {{++$no}} | {{$fiscalYear->name}} |
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/resources/views/gnr/tools/companySetting/fyscalyear/viewFiscalYear.blade.php:56 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources/views/gnr/tools/companySetting/fyscalyear/viewFiscalYear.blade.php on line 56 |