@extends('master.app') @section('title', 'Report') @section('pageCSS') @endsection @section('body') Select Customer And Find Your Product Sale Overwiew @if ($bdate == 1) From Date @else From Date @endif @if ($bdate == 1) To Date @else To Date @endif Choose Customers All @foreach ($customers as $row) {{ $row->name }} @endforeach {{-- Filter Option Find By Category & Weights Find By Category & Units By Weights --}} Choose Category All @foreach ($category as $row) {{ $row->title_en }} @endforeach Choose Units All @foreach ($units as $row) {{ $row->title_en }} @endforeach Choose Weight All @foreach ($weights as $row) {{ $row->title_en }} @endforeach Find Print @endsection @section('pageJs') @endsection