@extends('layout.main') @section('content')

{{trans('file.Payment Report')}}

{!! Form::open(['route' => 'report.paymentByDate', 'method' => 'post']) !!}
{!! Form::close() !!}
@foreach($lims_payment_data as $payment)
Fatal error: Uncaught Error: Class "DB" not found in /var/www/html/repo/invoicing-salepropos/resources/views/report/payment_report.blade.php:45 Stack trace: #0 {main} thrown in /var/www/html/repo/invoicing-salepropos/resources/views/report/payment_report.blade.php on line 45
{{trans('file.Date')}} {{trans('file.Payment Reference')}} {{trans('file.Sale Reference')}} {{trans('file.Purchase Reference')}} {{trans('file.Paid By')}} {{trans('file.Amount')}} {{trans('file.Created By')}}