@extends('layouts.master') @push('page-styles') @endpush @section('content')
Previous Month {{$last_month_products}}
Previous Month {{$last_month_sales}}
Previous Month {{app(\App\Settings\ThemeSettings::class)->currency_symbol.' '.number_format((float)$last_month_expenses, 2, '.', '')}}
Previous Month {{app(\App\Settings\ThemeSettings::class)->currency_symbol.' '.number_format((float)$last_month_profit, 2, '.', '')}}
ID | Name | Username | Status | |
---|---|---|---|---|
{{$client->client->clt_id ?? 'N/A'}} |
|
{{$client->username}} | {{$client->email}} | {{$client->active}} |
Project Name | Progress | Priority |
---|---|---|
{{$project->name}} |
|
{{$project->priority}} |
Invoice ID | Client | Due Date | Total | Status |
---|---|---|---|---|
{{$invoice->inv_id}} |
@if (!empty($invoice->client_id))
{{$invoice->client->user->firstname.' '.$invoice->client->user->lastname}}@endif |
{{format_date($invoice->due_date,'d M, Y')}} | {{app(\App\Settings\ThemeSettings::class)->currency_symbol.' '.$invoice->total}} | {{$invoice->status}} |