@extends('layout.main') @section('content') @if(session()->has('create_message'))
{!! session()->get('create_message') !!}
@endif @if(session()->has('edit_message'))
{{ session()->get('edit_message') }}
@endif @if(session()->has('import_message'))
{!! session()->get('import_message') !!}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif
@if(in_array("customers-add", $all_permission)) {{trans('file.Add Customer')}}  {{trans('file.Import Customer')}} @endif
@foreach($lims_customer_all as $key=>$customer)
{{trans('file.Customer Group')}} {{trans('file.name')}} {{trans('file.Company Name')}} {{trans('file.Email')}} {{trans('file.Phone Number')}} {{trans('file.Tax Number')}} {{trans('file.Address')}} {{trans('file.Balance')}} {{trans('file.action')}}
{{$key}}
Fatal error: Uncaught Error: Class "DB" not found in /var/www/html/repo/invoicing-salepropos/resources/views/customer/index.blade.php:43 Stack trace: #0 {main} thrown in /var/www/html/repo/invoicing-salepropos/resources/views/customer/index.blade.php on line 43