@php $settings = new App\Models\MasterSetting(); $site = $settings->siteData(); @endphp

{{ getFormattedCurrency($total_sales) }}

{{ __('main.total_sales') }}

{{ getFormattedCurrency($total_expense) }}

{{ __('main.total_expense') }}

{{ $total_branches }}

{{ __('main.total_branches') }}

{{ getFormattedCurrency($total_payments) }}

{{ __('main.total_payments') }}
{{ __('main.recent_sales') }}
@foreach ($recent_sales as $item) @endforeach
# {{ __('main.invoice') }} {{ __('main.customer') }} {{ __('main.total') }} {{ __('main.actions') }}
{{$loop->index +1 }}
#{{ $item->invoice_number }}
{{ \Carbon\Carbon::parse($item->date)->format('d/m/Y') }}
{{ $item->createdBy->name }}
{{ $item->customer_name }}
{{__('main.total')}}:
{{ getFormattedCurrency($item->total) }}
{{ __('main.view_bill') }}
@if (count($recent_sales) == 0) @endif
@push('js') @endpush