@extends('theme.layouts.freelancer') @section('content') @include('theme.layouts.partials.loading') {{ trans('dashboard.invoices') }} {{ trans('dashboard.create_new_invoice') }} {{ trans('dashboard.pay_invoices') }} {{ trans('dashboard.expenses') }} {{ trans('dashboard.create_new_expenses') }} {{ trans('dashboard.add_project_expenses') }} {{ trans('dashboard.proposals') }} {{ trans('dashboard.create_new_proposal') }} {{ trans('dashboard.view_all_proposals') }} {{ trans('dashboard.quotations') }} {{ trans('dashboard.create_new_quotation') }} {{ trans('dashboard.view_all_quotations') }} {{ trans('dashboard.financial_summary') }} {{ trans('dashboard.this_month') }} {{ trans('dashboard.quarterly') }} {{ trans('dashboard.yearly') }} @{{month}} @include('theme.freelancer.finance.modals.modal-total-profit') @include('theme.freelancer.finance.modals.modal-total-expenses') @include('theme.freelancer.finance.modals.modal-total-revenue') @{{ total_revenue | currency: currencySymbol }} {{ trans('dashboard.total_revenue') }} @{{ total_revenue | currency: currencySymbol }} {{ trans('dashboard.total_revenue') }} @{{ total_expenses | currency: currencySymbol }} {{ trans('dashboard.total_expenses') }} @{{ total_expenses | currency: currencySymbol }} {{ trans('dashboard.total_expenses') }} @{{ total_revenue - total_expenses | currency: currencySymbol }} {{ trans('dashboard.total_profit') }} @{{ total_revenue - total_expenses | currency: currencySymbol }} {{ trans('dashboard.total_profit') }} @include('theme.freelancer.finance.financial-goal') {{-- @include('theme.layouts.partials.loading') @include('theme.freelancer.finance.modal-my-wallet') Invoicing Expenses Proposals Quotations Financial Summary This Month Quarterly Yearly @{{month}} @include('theme.freelancer.finance.modal-total-profit') @include('theme.freelancer.finance.modal-total-expenses') @include('theme.freelancer.finance.modal-total-revenue') @{{ total_revenue | currency: currencySymbol }} Total Revenue @{{ total_revenue | currency: currencySymbol }} Total Revenue @{{ total_expenses | currency: currencySymbol }} Total Expenses @{{ total_expenses | currency: currencySymbol }} Total Expenses @{{ total_revenue - total_expenses | currency: currencySymbol }} Total Profit @{{ total_revenue - total_expenses | currency: currencySymbol }} Total Profit @include('theme.freelancer.finance.financial-goal') To Dos (@{{dashboardContent.todosCount}}) @{{ todo.message }} Do it now! Currently there are no To Dos Load More Load More --}} @endsection @section('scripts') @endSection