@extends('layouts.app') @section('title', __( 'report.purchase_sell' )) @section('content')

Sell Report Daily Sell Report


{{--

{{ __('purchase.purchases') }}

{{ __('report.total_purchase') }}:
{{ __('report.purchase_inc_tax') }}:
{{ __('lang_v1.total_purchase_return_inc_tax') }}:
{{ __('report.purchase_due') }}: @show_tooltip(__('tooltip.purchase_due'))
--}}

{{ __('sale.sells') }}

{{-- --}}
{{ __('report.total_sell') }}:
{{ __('report.sell_inc_tax') }}:
{{ __('lang_v1.total_sell_return_inc_tax') }}:
{{ __('report.sell_due') }}: @show_tooltip(__('tooltip.sell_due'))
@stop @section('javascript') @endsection