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

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

@if (isset($bestselling))
@if ($bestselling != null)
@endif
@foreach ($bestselling as $product)
Warning: Undefined variable $product in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Best_selling_products.blade.php on line 174

Warning: Trying to access array offset on value of type null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Best_selling_products.blade.php on line 174

Warning: Undefined variable $product in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Best_selling_products.blade.php on line 175

Warning: Trying to access array offset on value of type null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Best_selling_products.blade.php on line 175
@endforeach
{{ __('home.productNo') }} {{ __('home.productname') }} {{ __('users.branch') }} {{ __('report.Number of pieces sold') }}
{{ $product['productcode'] }} {{ $product['productname'] }} {{ $product['branch'] }} {{ $product['numberofsall'] }}


@endif
@endsection @section('js') @endsection