@extends('layouts.app') @section('content')
Home
Reports
Profit Analysis
?
Profit Analysis
Shows recorded sales invoices with cost and profit against a given date.
Actions
@csrf
Landscape PDF
Portrait PDF
Export to Excel
{{ csrf_field() }}
Sales Invoices
Items
Customer
Member
Today
Yesterday
This Week
Last Week
This month
Last month
This quarter
Last quarter
This year
Last year
Custom
@endsection @section('admin_css')
@stop @section('admin_js') @stop