@extends('layout.main') @section('content') @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif @if(session()->has('message'))
{{ session()->get('message') }}
@endif

{{trans('file.welcome')}} {{Auth::user()->name}}

@foreach($lims_sale_data as $key => $sale)
Fatal error: Uncaught Error: Class "App\Coupon" not found in /var/www/html/repo/invoicing-salepropos/resources/views/customer_index.blade.php:55 Stack trace: #0 {main} thrown in /var/www/html/repo/invoicing-salepropos/resources/views/customer_index.blade.php on line 55
{{trans('file.date')}} {{trans('file.reference')}} {{trans('file.Biller')}} {{trans('file.Warehouse')}} {{trans('file.Sale Status')}} {{trans('file.Payment Status')}} {{trans('file.grand total')}} {{trans('file.Paid')}} {{trans('file.Due')}} {{trans('file.action')}}