@extends('layouts.master') @section('css') @endsection @section('title') {{ __('report.Best selling products') }} @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)| {{ __('home.productNo') }} | {{ __('home.productname') }} | {{ __('users.branch') }} | {{ __('report.Number of pieces sold') }} |
|---|---|---|---|
| {{ $product['productcode'] }} | {{ $product['productname'] }} | {{ $product['branch'] }} | {{ $product['numberofsall'] }} |