@extends('backend.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 C:\laragon\www\pos\resources\views\backend\report\payment_report.blade.php:44 Stack trace: #0 {main} thrown in C:\laragon\www\pos\resources\views\backend\report\payment_report.blade.php on line 44
{{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')}}