@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.print') }} @stop @section('page-header') @endsection @section('content')
{{ Nameen ?? '' }}

{{ describtionen ?? '' }}

{{ STen ?? '' }}

{{ Taxen ?? '' }}

@php $logo = camplogo ?? 'default.png'; @endphp logo
{{ Namear ?? '' }}

{{ describtionar ?? '' }}

{{ STar ?? '' }}

{{ Taxar ?? '' }}

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

Purchased Products By Date Report


@if(isset($products))
@foreach ($products as $product) @endforeach
# كود المنتج اسم المنتج الكمية المباعة التكلفة / الإجمالي
{{ $loop->iteration }} {{ $product->productData->Product_Code ?? '---' }} {{ $product->productData->product_name ?? '---' }} {{ $product->total_quantity }} {{ number_format($product->total_sales_amount, 2) }}
@endif
@endsection @section('js') @endsection