@extends('layouts.master') @section('css') @section('title') {{ __('home.purchasereports') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif @if (session()->has('notfountreturnproduct')) @endif
{{ csrf_field() }}

{{ __('home.searchbyproductname') }}


@if (isset($products))
@foreach ($products as $invoice)
# {{ __('report.invoiceNo') }} {{ __('report.date') }} {{ __('home.suppliername') }} {{ __('home.productNo') }} {{ __('home.product') }} {{ __('home.quantity') }} {{ __('home.purchase') }} {{ __('home.addedValue') }} {{ __('home.total') }}
{{ $i }} {{ $invoice->order_owner }} {{ $invoice->created_at }}