{{ __('home.total_purchase') }}
{{ __('home.total_sell') }}
{{ __('home.purchase_due') }}
{{ __('home.invoice_due') }}
{!! $sells_chart_1->html() !!}
{!! $sells_chart_2->html() !!}
@lang( 'sale.product' ) |
@lang( 'business.location' ) |
@lang( 'report.current_stock' ) |
@lang( 'purchase.supplier' ) |
@lang( 'purchase.ref_no' ) |
@lang( 'home.due_amount' ) |
@if(session('business.enable_product_expiry') == 1)
@lang('business.product') |
@lang('business.location') |
@lang('report.stock_left') |
@lang('product.expires_in') |
@endif
@stop
@section('javascript')
{!! Charts::assets(['highcharts']) !!}
{!! $sells_chart_1->script() !!}
{!! $sells_chart_2->script() !!}
@endif
@endsection