{{ __('Reporting - Product Best Sellers') }}
@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
@if (session('status'))
{{ session('status') }}
@endif
{{ __('#') }} | {{ __('Name') }} | {{ __('Count') }} | {{ __('Price') }} | {{ __('Action') }} |
---|---|---|---|---|
{{ $key+1}} | {{ $user->product_name }} | {{ $user->product_count }} | {{ $user->product_price }} | edit |