@extends('layouts.admin', ['title' => 'نمودار فروش هر کالا']) @section('css') @endsection @section('content')

نمودار فروش هر کالا {{ $title != '' ? ' - ' . $title : '' }}

@if(count($productsIdsHash) == 0) بازگشت @else
@endif
@if(count($arrCurrentYearOrders)==0 ) @else
@endif @stop @section('javascript') @endsection