@extends('backend.layouts.app') @section('title', __('Sales Report')) @section('content')
Monthly Report
Lowest (Monthly)
{{ displayPriceFormat($min, '$') }}
Highest (Monthly)
{{ displayPriceFormat($max, '$') }}
Total (Year)
{{ displayPriceFormat($sum, '$') }}
Monthly Average
{{ displayPriceFormat($avg, '$') }}

Sales Report For {{ $year }}

@endsection @push('after-scripts') {{-- --}} @endpush