@extends('layouts.app') @section('title') @stop @section('content') @foreach($branches as $brn)
{{$brn->name}}
ยอดขายวันนี้
ยอดขายเดือนนี้
ยอดขายทั้งปี
{{ number_format($year_sell,2)}}
สินค้า {{ count($product_types) }} ประเภท
รวม {{ number_format($product) }} รายการ
จำนวนสินค้าคงเหลือในคลัง
{{ number_format($product_balance) }} หน่วย

ยอดขายสูงสุด 10 รายการ (บาท)


@endforeach
@endsection @section('style') @stop @section('script') @stop