@extends('expenses.layouts.expense-layout') @section('title') Expense Dashboard || @parent @stop @section('main-content')

Welcome back, {{Auth::user()->name}}!

Need anything more to know more? Feel free to contact at +88 01674871091.

Mixed Chart

Sales Today

{{$sales_today->sum('total')}}

Collection Today

{{$collection_today}}

Expense Today

{{$expense_today}}

Sale In {{date('F')}}

{{$sales_this_month}}

Collection In {{date('F')}}

{{$collection_this_month}}

Expense In {{date('F')}}

{{$expense_this_month}}

Due In {{date('F')}}

{{$due_this_month}}

Balance

icon
Total Balance

৳ {{$balance}}

Total Due

icon

৳ {{$total_due}}

@if($profit_this_month >= 0)Profit @else Loss @endif This Month

icon

৳ {{abs($profit_this_month)}}

Investment

Rahat

৳ {{$inevestement['rahat']}}

Mohiuddin

৳ {{$inevestement['mohiuddin']}}

Emon

৳ {{$inevestement['emon']}}

Today's Invoices

@foreach($sales_today->take(10)->get() as $sale) @endforeach
Invoice No Client Total Due
#{{$sale->invoice_no}} {!! $sale->client_info !!} ৳ {{$sale->total}} ৳ {{$sale->total - $sale->due}}
@stop @section('post-js')