@extends('layout.admin.master') @section('meta-title', 'Sale By Product') @section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel') @section('breadcrumbs') @endsection @push('asset-top') @endpush @section('content')
Sales by Customer
@foreach($headers as $key=>$header) @endforeach @foreach($data as $key=>$item) @foreach($item as $val) @endforeach @endforeach
{{ucwords($header)}}
{{$val}}
@endsection