@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.purchasereports') }} @endsection @section('page-header') @endsection @section('content') @if (count($errors) > 0) @endif @if (session()->has('notfountreturnproduct')) @endif
{{ csrf_field() }}
@if (isset($products) && count($products) > 0)
@foreach ($products as $invoice)
Fatal error: Uncaught Error: Class "App\Models\orderTosupllier" not found in /home/ebdea/public_html/factory.ebdea.online/resources/views/reports/purchasereports.blade.php:161 Stack trace: #0 {main} thrown in /home/ebdea/public_html/factory.ebdea.online/resources/views/reports/purchasereports.blade.php on line 161
{{ __('report.invoiceNo') }} {{ __('report.date') }} {{ __('home.suppliername') }} {{ __('home.productNo') }} {{ __('home.product') }} {{ __('home.quantity') }} {{ __('home.purchase') }} {{ __('home.addedValue') }} {{ __('home.total') }}