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

{{ __('users.branch') }}

@if (isset($products))
# {{ __('report.invoiceNo') }} {{ __('home.productNo') }} {{ __('home.product') }} {{ __('report.date') }} {{ __('home.quantity') }} {{ __('home.price') }} {{ __('home.discount') }} {{ __('home.priceafterDiscount') }} {{ __('home.addedValue') }} {{ __('home.total') }}