@extends('layout.main') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif
@if(in_array("expenses-add", $all_permission)) @endif
@foreach($lims_expense_all as $key=>$expense)
Fatal error: Uncaught Error: Class "DB" not found in /var/www/html/repo/invoicing-salepropos/resources/views/expense/index.blade.php:32 Stack trace: #0 {main} thrown in /var/www/html/repo/invoicing-salepropos/resources/views/expense/index.blade.php on line 32
{{trans('file.Date')}} {{trans('file.reference')}} No {{trans('file.Warehouse')}} {{trans('file.category')}} {{trans('file.Amount')}} {{trans('file.Note')}} {{trans('file.action')}}