{{ __('Today') }} {{ __('This Month') }} {{ __('This Year') }}
@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
{{ __('Filter Report') }}
{{-- Purchases --}} {{ format_currency($purchases_amount) }}

{{ __('Purchases') }}

{{ __('The total number of treasures acquired during this period.') }}

{{ __('Successfully obtained: ') . $completed_purchases . __(' // Still on the horizon: ') . $pending_purchases }}

{{-- Purchase Returns --}} {{ format_currency($purchase_returns_amount) }}

{{ __('Purchase Returns') }}

{{ __('The count of items returning from their adventures.') }}

{{ __('Total returns: ') . $total_purchase_returns . __(' // Value returned: ') . format_currency($purchase_returns_amount) }}

{{-- Sales --}} {{ format_currency($sales_amount) }}

{{ __('Sales') }}

{{ __('The total value of goods successfully traded during this epic journey.') }}

{{ __('Successful transactions: ') . $total_sales }}

{{-- Sale Returns --}} {{ format_currency($sale_returns_amount) }}

{{ __('Sale Returns') }}

{{ __('The count of goods deciding to return to their origin.') }}

{{ __('Total returns: ') . $total_sale_returns . __(' // Value returned: ') . format_currency($sale_returns_amount) }}

{{-- Payments Received --}} {{ format_currency($payments_received_amount) }}

{{ __('Payments Received') }}

{{ __('The total amount received from valiant warriors and wise merchants.') }}

{{-- Payments Sent --}} {{ format_currency($payments_sent_amount) }}

{{ __('Payments Sent') }}

{{ __('The total amount sent for acquiring new treasures and honoring return quests.') }}

{{ __('Includes expenses for maps, supplies, and magical artifacts.') }}

{{-- Expenses --}} {{ format_currency($expenses_amount) }}

{{ __('Expenses') }}

{{ __('The total cost incurred during this adventure.') }}

{{-- Payments Net --}} {{ format_currency($payments_net_amount) }}

{{ __('Payments Net') }}

{{ __('Net Payments is the magic result of received gold after deducting sent gold.') }}

{{ __('This represents the net amount received after deducting payments sent on quests.') }}

{{-- Profit --}} {{ format_currency($profit_amount) }}

{{ __('Profit') }}

{{ __('Profit is the epic result of successful trades and quests - the costs of obtaining treasures.') }}