@extends('layouts.app') @section('title', 'Home') @section('breadcrumb') @endsection @section('content')
{{ format_currency($revenue) }}
Revenue
{{ format_currency($sale_returns) }}
Sales Return
{{ format_currency($purchase_returns) }}
Purchases Return
{{ format_currency($profit) }}
Profit
Sales & Purchases of Last 7 Days
Overview of {{ now()->format('F, Y') }}
Monthly Cash Flow (Payment Sent & Received)
@endsection @section('third_party_scripts') @endsection @push('page_scripts') @endpush