@extends('layouts.app') @section('content')
Home
Reports
Period Sales
?
Period Sales
Shows consolidated sales details based on filter with cost and profit against a given date range.
Actions
@csrf
PDF
Export to Excel
{{ csrf_field() }}
Terminal Sales
Today
Yesterday
This Week
Last Week
This month
Last month
This quarter
Last quarter
This year
Last year
Custom
s
@endsection @section('admin_css')
@stop @section('admin_js') @stop