@extends('layouts.app') @section('title', __('home.home')) @section('content')

{{ __('home.welcome_message', ['name' => Session::get('user.first_name')]) }}


@if(auth()->user()->can('dashboard.data') || 1) @if($is_admin || 1)
@if(count($all_locations) > 1) {!! Form::select('dashboard_location', $all_locations, null, ['class' => 'form-control select2', 'placeholder' => __('lang_v1.select_location'), 'id' => 'dashboard_location']); !!} @endif

{{ __('home.total_sell') }}
{{ __('lang_v1.net') }} @show_tooltip(__('lang_v1.net_home_tooltip'))
{{ __('home.invoice_due') }}
{{ __('lang_v1.total_sell_return') }}

{{ __('lang_v1.total_sell_return')}}:
{{ __('lang_v1.total_sell_return_paid')}}

{{ __('home.total_purchase') }}
{{ __('home.purchase_due') }}
{{ __('lang_v1.total_purchase_return') }}

{{ __('lang_v1.total_purchase_return')}}:
{{ __('lang_v1.total_purchase_return_paid')}}

{{ __('lang_v1.expense') }}
Overall Sales

0.00

Cash

0.00

Card

0.00